0
Files
src/extensions
Jenny Zhang 550a9b244b [Refactor] Move PendingExtensionInfo under //extensions.
PendingExtensionInfo does not have dependency on c/b/extensions.
Therefore, move it under //extensions.

This is a pure refactoring change.

Bug: 398299722
Change-Id: I1ea248a45da0d421440c723d19c5176ab5c12b13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6300936
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Jenny Zhang <jennyz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1424716}
2025-02-25 12:13:40 -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: