| commit | 9016fa3e2d77a888b44455071b95f687b0047f15 | [log] [tgz] |
|---|---|---|
| author | James Cook <jamescook@chromium.org> | Thu Feb 27 22:08:09 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 22:08:09 2025 |
| tree | 511e449d647cdeb073e5048ab8dcb09e10e4ae67 | |
| parent | 1215d731963c47dbf1d19adf8c2e1883c6eeed7c [diff] |
extensions: Consolidate GrantPermissionsAndEnableExtension calls This functionality moved recently from ExtensionService to ExtensionRegistrar. Update callers to use the ExtensionRegistrar version and delete the ExtensionService version. Fix test suites that were not calling their base class TearDown(), which could result in dangling raw pointers with this CL. This consolidation was a request in a comment on: https://chromium-review.googlesource.com/c/chromium/src/+/6302374 Bug: 396722906 Change-Id: Ib42e12d0f1f98028c0a512e98870c82a426e1c46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6306049 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Reviewed-by: James Lee <ljjlee@google.com> Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: Devlin Cronin <rdevlin.cronin@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425974}
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.