
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}
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: