commit | 6c1c3bb8971e964957da9e2ede93122ab53d6cbe | [log] [tgz] |
---|---|---|
author | Kelvin Jiang <kelvinjiang@chromium.org> | Thu Aug 11 22:23:56 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 11 22:23:56 2022 |
tree | 867a15797c48671319230739936e0398293d546c | |
parent | 4701a2970855249963c64db41f4447d3e2c92a3c [diff] |
[Extensions] Indicate installed-by-default extensions This CL removes the incorrect/misleading "added by third party" badge for extensions that are installed by default and adds a new type "INSTALLED_BY_DEFAULT" in developerPrivate.Location. While technically they may be added by a third party, this becomes misleading when they're added by default for a profile. Screenshots: https://imgur.com/a/VpRIyFk Bug: 859607 Change-Id: I6c394ff9a6d2e30505847887da714c323843653c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3813957 Reviewed-by: John Lee <johntlee@chromium.org> Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1034206}
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.