commit | b4afca34b0a26893c2de7bf66ab9c003a030a07b | [log] [tgz] |
---|---|---|
author | Rohit Agarwal <roagarwal@chromium.org> | Wed Nov 30 11:10:12 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 30 11:10:12 2022 |
tree | 06afc8e09df6558ea7ac7b2c9dd2638cdda5ea31 | |
parent | 5b88b9626398775073b1696df33accabbd7f8207 [diff] |
Privacy Sandbox Settings: Add logic to disable ps4 for restricted accounts This CL couples out the common general code where the APIs should be restricted to a separate method. This method would be the central location which the other K-APIs would hook into to check whether they can be turned on or not, on top of the existing IsSiteDataAllowed. Bug: 1378703 Change-Id: Id7dbdb171f827540c33fa4232eb7b51904d99d69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4061556 Reviewed-by: Olesia Marukhno <olesiamarukhno@google.com> Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> Reviewed-by: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/main@{#1077393}
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.