commit | dc4764eb5b036517ee7e9a43ae8414a2096d3a83 | [log] [tgz] |
---|---|---|
author | Devlin Cronin <rdevlin.cronin@chromium.org> | Fri Mar 03 20:03:37 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 03 20:03:37 2023 |
tree | 416ef8f4ca579830f2aa87d5650d5bc1e094d0fb | |
parent | 07a87e64c54c54407f0137b795ad49aef9baeca3 [diff] |
[Extensions] Move Extension::ShouldExposeViaManagementAPI() The core extension class shouldn't have logic like `ShouldExposeViaManagementAPI()`. This function also really isn't necessary: the Management API can incorporate this logic directly, and the only other consumer (the enterprise reporting mechanism) should check IsComponentExtension() instead of whether an extension is exposed to the management API. Bug: None Change-Id: I280867bdfc228a6fc522f8c42c85f24bd2387e11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4126582 Reviewed-by: Tim <tjudkins@chromium.org> Commit-Queue: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1112933}
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.