0
Files
src/extensions
David Bertoni 290539a8c3 [Extensions] Split launch utils file.
The original file has a majority of functions that have no dependencies
on chrome/browser/extensions, so these are moved to a new file in
extensions/browser. This will help break some cyclical dependencies.

Bug: 40593486
Change-Id: I254390151fac2e1961bf83c48594aa03dddf7169
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6333988
Reviewed-by: Solomon Kinard <solomonkinard@chromium.org>
Reviewed-by: Theresa Sullivan <twellington@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1430536}
2025-03-10 15:45:14 -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: