commit | 5e0848e494f588e5c1fe64cdf744a2d2f69b9c1e | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mastiz@chromium.org> | Wed May 31 15:16:45 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 31 15:16:45 2023 |
tree | 67a3067d5b052f00f90539c3c20a11262cde29dd | |
parent | bb50a46bc1c3b90ec70f0b76d5d8aa21b813db42 [diff] |
Adopt base::NoDestructor for KeyedService factories For changes under /chrome/browser/sharing 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=peter@chromium.org Bug: 925323 Change-Id: Id067fbf01dcf8047a6ad2d3dc0535257ab4978bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4570552 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1151243}
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.