0
Files
src/extensions
James Cook ab6c5a4deb extensions: Delete ExtensionService::BlockAllExtensions()
And UnblockAllExtensions(). The functions now live in
ExtensionRegistrar. Introduce one new delegate method so that
UnblockAllExtensions() can trigger an external install warning, like
the method in ExtensionService used to do.

Bug: 408049386
Change-Id: Id8e89c611e9d8bbaea1192e817ed8fec6e93d2fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6426657
Reviewed-by: Yaron Friedman <yfriedman@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Auto-Submit: James Cook <jamescook@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1442757}
2025-04-04 10:47:21 -07:00
..
2025-03-03 07:28:32 -08:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: