commit | 0523a1034a177546fcc6b8e02819a2b37fa8444a | [log] [tgz] |
---|---|---|
author | Andrew Rayskiy <greengrape@google.com> | Wed Aug 30 00:19:34 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 30 00:19:34 2023 |
tree | cd2273342948cbeea51f3c21f6d5dc16048df3e7 | |
parent | 7a941c81805dfa0d9a6d5434ddb97d483a22c527 [diff] |
[Clippy] Enable Clippy for managed users behind a flag This change makes IsEligibleAndEnabledUploadOfficeToCloud() return true for non-child users if the kUploadOfficeToCloudForEnterprise flag is enabled. This flag is disabled by default and doesn't affect the consumer workflow. It also creates a few convenience functions for checking values of Clippy-related prefs; note that a function for `allowed` is deliberately omitted as we only care about `disallowed` or `automated`. Bug: b/296282654 Change-Id: I71df6142e013280f880661a987e139aff4d214a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4798511 Commit-Queue: Andrew Rayskiy <greengrape@google.com> Reviewed-by: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/main@{#1189836}
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.