commit | c13b1246497eec72a2678d4e8396695857d2c2ed | [log] [tgz] |
---|---|---|
author | Jenny Zhang <jennyz@chromium.org> | Tue Jan 14 01:10:26 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 14 01:10:26 2025 |
tree | eee66044846a1cd307778ac620ff6769c9b857d9 | |
parent | 2ff9c2de52a1532fd68b59c918e3b549d7ecb2d6 [diff] |
[Refactor] Move blocklist/greylist methods to ExtensionRegistrar. This cl refactors ExtensionService by moving blocklist/greylist logic to ExtensionRegistrar: * OnBlocklistStateRemoved/onBlocklListStateAdded * OnGreylistStateRemoved/OnGreylistStateAdded * BlocklistExtensionForTest/GreylistExtensionForTest This change is a pure refactoring and should not affect the behavior of extensions. Bug: 40355585 Change-Id: I973d8a07a10319a549d939e1db5011603398f454 Cq-Include-Trybots: luci.chromium.try:android-desktop-14-x64-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6171374 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: Jenny Zhang <jennyz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1405837}
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.