commit | 103c120f6f9094df6af8c63771313053cfa7d7c7 | [log] [tgz] |
---|---|---|
author | Dominique Fauteux-Chapleau <domfc@chromium.org> | Wed Nov 29 22:05:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 29 22:05:13 2023 |
tree | 79c02d72ab56fcf6f7855a13ad6b95720c1b4657 | |
parent | effdc6febf2c6bbab0645b57f0b3d960662894f4 [diff] |
Implement data_controls::RulesService This change implements the base boilerplate for data_controls::RulesService, which is meant to be the PKS used across Chrome to determine if DC rules restrict an action or not. This initial CL adds the boilerplate code to make this a PKS, and also implements RulesService::GetPrintVerdict to be used later to hook into print code. Bug: b/302340176, b/313091109 Change-Id: I8580ce71c54060985a1f90de80421abafd13fa0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5056237 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1230941}
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.