commit | 01b6ef9868577b68fdffbd524dfb18f90af75b60 | [log] [tgz] |
---|---|---|
author | Lambros Lambrou <lambroslambrou@chromium.org> | Tue Jul 02 23:07:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 02 23:07:28 2024 |
tree | acaebc8e5561535244b33a778178ec578025fbaa | |
parent | 58c1e377267640128c5287e35ffeab8c5576b3fb [diff] |
[remoting] Use ScreenCaptureKit in DesktopCapturerChecker. DesktopCapturerChecker is used on macOS to trigger the OS prompt for granting screen-recording permission. The same permission works for SCK and the older capture APIs so there is no harm in using SCK here. But this change avoids calling the deprecated APIs which may stop working in future macOS versions. Bug: 327458809 Change-Id: I7a33740316b022efa2d498ac2c6ceeb8dc9e14ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5672778 Reviewed-by: Joe Downing <joedow@chromium.org> Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/main@{#1322462}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.