0
Files
src/extensions
Devlin Cronin f5f38acbff [Extensions] Remove remnants of networking.castPrivate API
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}
2023-03-02 03:07:34 +00:00
..
2022-12-12 22:22:34 +00: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: