0
Files
src/extensions
Lei Zhang 080ab7a9bf Simplify sanity checks in extensions headers
Use static_assert() instead of #error to simplify some sanity checks.
Then the conditionals for those checks can be of the positive form.

Change-Id: Ibdae70de3ff4dad79a3dd972ee57d42fff984c90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5960212
Reviewed-by: Emilia Paz <emiliapaz@chromium.org>
Auto-Submit: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1374437}
2024-10-28 00:28:43 +00:00
..
2024-10-10 20:35:01 +00:00
2024-10-18 17:39:17 +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: