commit | df5c20dd4a4945d6e28be40d6049a0164b9d233d | [log] [tgz] |
---|---|---|
author | Tarun Bansal <tbansal@google.com> | Fri Feb 11 19:25:41 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 11 19:25:41 2022 |
tree | 7d38c82725bb0392209fd96e8d07d02dfc7aaeb9 | |
parent | 0e916efbc56bcb14adeb36908a7872dd4f8ff13f [diff] |
Mark ClusterVisitsOnBackgroundThread as static Make ClusterVisitsOnBackgroundThread() stateless since it can be invoked on different threads. This CL marks the method as static, and this also fixes crashes during shutdown and UAF errors. Bug: 1296526,1295834 Change-Id: Icc28b11d28e288dc495ca35b473a09bb999dd381 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3457322 Reviewed-by: Sophie Chang <sophiechang@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/main@{#970067}
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.