commit | 8f19092603d5a79a74a8afdae2300d60bf232576 | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Sat Apr 05 00:57:43 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Apr 05 00:57:43 2025 |
tree | 184127d93700da70022cdb01c28e27316925a723 | |
parent | abcdecb943bc118823444ce641c29b40fd26fc76 [diff] |
extensions: Port ComponentLoader to desktop Android It is a dependency of ChromeExtensionRegistrarDelegate, which we are trying to port to desktop Android. Move one function body from ExtensionService to ExtensionRegistrar so it can be accessed by ComponentLoader directly. Convert ComponentLoader to a KeyedService so it can be accessed (in future CLs) without accessing ExtensionsService. Bug: 408454704 Change-Id: Ia5a4c88e4299d40ed07322a7c40c7be9e6af0a7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6431575 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by: Stefan Kuhne <skuhne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443011}
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.