0
Files
src/extensions
Adithya Srinivasan 2b04f9ae6d Portals: Remove is_inside_portal parameter in WebView
Parameter has been unused since Portals was removed.

Bug: 40287334
Change-Id: Idc6ac40e88ee05b2b8fec3098c68100f279da353
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5676924
Reviewed-by: Colin Blundell <blundell@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Reviewed-by: Rakina Zata Amni <rakina@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1323363}
2024-07-04 15:16:14 +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: