
This CL adds the API implementation to the build. It does not yet add the //chrome/browser level API test, as that will require porting additional APIs (e.g. chrome.tabs) and more work on browser test support. Bug: none Change-Id: Iad40982078200a64a873c0c9b9e5707f847e5d48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5957971 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1372979}
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: