0
Files
src/extensions
Henrique Ferreiro 8dbd453870 Make AppWindowContentsImpl MPArch-aware
Limit extensions::AppWindowContentsImpl DidFinishNavigation and
UpdateDraggableRegions to the primary main frame.

Bug: 1322068
Change-Id: I7d00136b6e00981d1f758aa0a7e9256878f1ce89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3623602
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1013682}
2022-06-13 22:25:45 +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: