
Clean up a bit of the code around this point as well, grouping variable assignment together. Additionally, use a ternary operator for simplicity. Bug: chromium:398728546 Change-Id: Ia538bc8930390ea551118c05f1ca4aea3d0a0061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6305448 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: Solomon Kinard <solomonkinard@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425781}
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: