0
Files
src/extensions
Kalvin Lee a5b2d3103e arrayify: Prefer constexpr
This CL is intended to be trivial. It marks the return from `std::to_array` as
`constexpr`. This CL is a split of a naive textual search-and-replace under:

extensions/browser/api/file_system

This CL was uploaded by git cl split.

Change-Id: I2a0830e2cdf05536b5aa7f1768c571cb8b2758e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6301451
Reviewed-by: François Degros <fdegros@chromium.org>
Auto-Submit: Kalvin Lee <kdlee@chromium.org>
Commit-Queue: François Degros <fdegros@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1424801}
2025-02-25 14:16:08 -08:00
..
2025-02-25 14:16:08 -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: