Hi, could u help review this when available? Thx.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
7 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/browser/ui/views/picture_in_picture/document_pip_host.cc
Insertions: 1, Deletions: 0.
The diff is too large to show. Please review the diff.
```
[bedrock]: Restore media-permission methods on DocumentPipHost
The shared permission infrastructure now supports non-Browser hosts:
crrev.com/c/7986985 updated the bubble anchor utils to anchor to the
standalone PiP's location icon and dropped the Browser restriction in
CreatePermissionPrompt. With that in place, the host can route media
requests through the normal stack again:
- RequestMediaAccessPermission() forwards to
MediaCaptureDevicesDispatcher::ProcessMediaAccessRequest() with the
resolved extension, matching the Browser-backed behavior.
- CheckMediaAccessPermission() restores the real permission-state
lookup via MediaCaptureDevicesDispatcher.
- Drop the [[maybe_unused]] attribute on GetExtensionForOrigin and the
now-stale TODO comments.
- Create necessary tab helpers for the permission prompt flow.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |