0
Files
src/extensions
Solomon Kinard 1f29b34027 Extensions: IconVariants: Prefer icon_variants over icons
Doc:
https://docs.google.com/document/d/1fY2sS0JucA87rj0itmcUqJG7HUxiBfLwTnzqt7J28SQ/edit?usp=sharing

Bug: chromium:344639840
Change-Id: Id76437b15316c72aac11da1be2c39cc0aec41713
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6288312
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Commit-Queue: Solomon Kinard <solomonkinard@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1424221}
2025-02-24 16:21:28 -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: