
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}
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: