commit | 7293bd484ab2301d04f2fdf83443fc6137e7f952 | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mastiz@chromium.org> | Tue May 30 21:27:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 30 21:27:12 2023 |
tree | 40d85b33c59bf3dcef3764bf852fc0bfd495c685 | |
parent | e4481eae319bf319c015ec4d1fbb652ea15733a5 [diff] |
Adopt base::NoDestructor for KeyedService factories For changes under /chrome/browser/first_party_sets It replaces base::Singleton, following the latest recommendation in base/ and browser_context_keyed_service_factory.h. For factories with a trivial destructor, it makes no difference. LSC doc: https://docs.google.com/document/d/1x1LqRQyfBOmpMkNQBYs7QBPSxLtuiImvmgcJYI_kaS4/edit?usp=sharing This CL was uploaded by git cl split. R=shuuran@chromium.org Bug: 925323 Change-Id: I94b587f8c9d401844c778e01949a331e030ec76a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4573661 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Shuran Huang <shuuran@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1150870}
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.