0
Files
src/extensions
Solomon Kinard c9005c60ad Extensions: CodeHealth: Use "= default" to define trivial *structors
Use '= default' to define trivial default *structors.
clang-tidymodernize-use-equals-default

Bug: chromium:338060753
Change-Id: I894d51fbc5d37748a3de3e1a023567a4d90b63c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6371889
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Commit-Queue: Solomon Kinard <solomonkinard@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1435624}
2025-03-20 12:51:38 -07:00
..
2025-03-03 07:28:32 -08: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: