
https://chromium-review.googlesource.com/c/chromium/src/+/2818265 removed the majority of the networking.castPrivate extension API (which was previously used by the Chromecast Extension), but missed a couple places (enums and permissions). Clean those up, too. Fixed: 1106093 Change-Id: Iac8818b68ce04c471e4b227ceb6e10a189170679 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4301249 Reviewed-by: Solomon Kinard <solomonkinard@chromium.org> Reviewed-by: Matthew Denton <mpdenton@chromium.org> Commit-Queue: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1112025}
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: