commit | 99093711aaf9d3ca062ddbaca17ec89bb3d4a79f | [log] [tgz] |
---|---|---|
author | Sanja Perisic <sanjaperisic@chromium.org> | Thu Mar 18 11:16:43 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 18 11:16:43 2021 |
tree | 4d2c558d21e48f55aee4d4b58249d4df460ee8dd | |
parent | 4edf3fe81bc15220b5f3c7dd73894a7f392085ee [diff] |
Move GetSystemFeatureFromAppId() method to policy handler Move the mapping of app ids to system features from CommonAppsNavigationThrottle to SystemFeaturesDisableListPolicyHandler, since we will add more apps. Change-Id: I97b1e17b7f595196c655d0eff843a50680050559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2764505 Reviewed-by: Maggie Cai <mxcai@chromium.org> Reviewed-by: Anqing Zhao <anqing@chromium.org> Commit-Queue: Sanja Perisic <sanjaperisic@chromium.org> Cr-Commit-Position: refs/heads/master@{#864189}
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.