commit | bd6f22053a10580fbbe2adad300b32244a93259c | [log] [tgz] |
---|---|---|
author | Ankush Singh <ankushkush@google.com> | Fri Jul 05 13:00:52 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 05 13:00:52 2024 |
tree | 334e7edd42cfef25fd751d92ec9aa8012dfc0963 | |
parent | 5b8459a36a917e97c9032659552c60890efa78b2 [diff] |
Reset pointer to avoid dangling ptr in SyncEngineImplTest FakeSyncManager instance is owned by the SyncEngineImpl and is destroyed upon Shutdown(). This leads to a dangling `fake_sync_manager_` in SyncEngineImplTest. Bug: 350973717 Change-Id: I0406c1f807d421f152a46234c0b601d31f8f7510 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5679285 Commit-Queue: Ankush Singh <ankushkush@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com> Auto-Submit: Ankush Singh <ankushkush@google.com> Cr-Commit-Position: refs/heads/main@{#1323661}
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.