commit | e09f88eec63b6ed18084c844cefc4c867fd65fa3 | [log] [tgz] |
---|---|---|
author | Yann Dago <ydago@chromium.org> | Tue Aug 06 20:58:02 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 06 20:58:02 2024 |
tree | 97595d3bdf6cb12fc7abf14a9ed3acf59c5052e7 | |
parent | 0e59622a03e37a8261722268d952a7ac10cd4feb [diff] |
Allow chrome://policy/test to treat a profile as managed chrome://policy/test is not available on managed profiles, making it impossible to test policies that only work in managed profiles. By adding a new browser management status provider for the local test policy provider, we can "fake" the profile being managed if any cloud user level policy is set, allowing cloud user only policies to be testable using chrome://policy. NO_IFTTT= Change only affects desktop Change-Id: Ia545cd61f86dd8db3ca733dd64a1099c08a104d4 Bug: 357581387 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5757343 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Elly FJ <ellyjones@chromium.org> Reviewed-by: Igor Ruvinov <igorruvinov@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1338096}
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.