commit | 583d132e18126af52e8fe417c93d0426a3efd74c | [log] [tgz] |
---|---|---|
author | Florian Jacky <fjacky@google.com> | Wed Jul 09 15:11:19 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 09 15:11:19 2025 |
tree | 562052d37ce46e613260e9e4ee6cd240efeb3ce7 | |
parent | b80f736eb66b9b39078755853542e39a768f94e6 [diff] |
[PermissionOptions] Introduce new WebsiteSetting for coarse location To support approximate geolocation, the permission is migrating to use permissions with options, which won't be stored as ContentSettings. This CL adds a new WebsiteSetting GEOLOCATION_WITH_OPTIONS to handle the new approximate geolocation permission. During the launch we will manage two settings, in order to be able to safely unlaunch the experiment should that become necessary. Upon full launch, the two settings can be merged back together into the website setting GEOLOCATION. The followup CL will handle the syncing of these settings together with the introduction of the GeolocationPermissionResolver. Bug: 425883189 Change-Id: Ib934bda55b254f37c9291caa6b5c001170538c14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6652336 Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Florian Jacky <fjacky@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Filipa Senra <fsenra@google.com> Reviewed-by: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/main@{#1484351}
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.