commit | d6faf56417a4d51043a0cfd80f79e35d27a1726a | [log] [tgz] |
---|---|---|
author | Devlin Cronin <rdevlin.cronin@chromium.org> | Mon Nov 14 10:28:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 14 10:28:00 2022 |
tree | e4af0154a655bfa0183ade228af178b3a032e3ae | |
parent | bb7af5e6b0027ab730cf1472c1ee62ab6701a417 [diff] |
[Extensions] Separate API and chrome extension system service factories Separate out browser context keyed service factory instantiation for core chrome extension system services from that of API services at the //chrome/browser/extensions layer. This allows us to reduce dependencies from the core extensions system on individual APIs. Bug: 1381562 Change-Id: I4ec7b0e8127b1837bbe11c278ac38b056ea82270 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4007014 Commit-Queue: Alex Ilin <alexilin@chromium.org> Auto-Submit: Devlin Cronin <rdevlin.cronin@chromium.org> Reviewed-by: Tim <tjudkins@chromium.org> Reviewed-by: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1070934}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.