commit | 5171ae52b29dd15ccc6765c8bb0a53132cdb7629 | [log] [tgz] |
---|---|---|
author | Alexander Cooper <alcooper@chromium.org> | Tue Jan 17 20:25:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 17 20:25:36 2023 |
tree | 09f1da574e976830d35a9cf15c595d5fba26bb6a | |
parent | 5a6cf0185c402f75bfff1bc045fd81b0c9a0e538 [diff] |
Switch construction pattern of XRRuntimeManagerObservers an error on https://crrev.com/c/4160186, rather than try to add an exemption to work around this which is supposed to be fixed anyway, this just tries to remove the (likely) static initializer. base: :LazyInstance is deprecated and is to be replaced with base: :NoDestructor. It seems as though base::LazyInstance may be causing Change-Id: I76c41b61e81061591a81f4f862b966e3001a4c95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4166231 Auto-Submit: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by: Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/main@{#1093501}
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.