commit | c3aaa33f894d0f6c9f558797f44885d3ca63b704 | [log] [tgz] |
---|---|---|
author | Achuith Bhandarkar <achuith@chromium.org> | Wed Apr 23 23:43:07 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 23 23:43:07 2025 |
tree | 77bdfef852d860222f5f3a9b2400997fb87480eb | |
parent | ce099ed16ac9825e8cc19023ac64303f5d33c944 [diff] |
[extensions] Replace ExtensionService::AddExtension ExtensionService is a large legacy class that is being broken down into components, one of which is ExtensionRegistrar. ExtensionRegistrar exists on Android, while ExtensionService does not. This CL is part of an effort to migrate calls from ExtensionService to ExtensionRegistrar. Bug: 405411622 Change-Id: I2f78328162aa54edcedb8de55e485303dfd5271f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6477464 Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Reviewed-by: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/main@{#1450868}
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.