0
Files
src/extensions
Adithya Srinivasan 7d22c5843a Portals: Extract name from child tree root
This CL adds a change similar to https://crrev.com/c/2024110, but
for the automation API.

Bug: 1057598, 1045608
Change-Id: Ib27c661a6fda9c1ac0c952abf727367d9f0a79b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112512
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Reviewed-by: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757999}
2020-04-09 20:47:05 +00:00
..
2020-04-09 16:36:44 +00:00
2020-01-08 00:18:16 +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: