commit | 6e81798f08f11f751d5d996bedc95e741e876e02 | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <victorvianna@google.com> | Mon Aug 19 17:10:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 19 17:10:25 2024 |
tree | 8591ff0cc093ec2f0977f0b1da2e85085847b903 | |
parent | dbb4b0b9d2db54e75eaa0cec4e5db70215b29c54 [diff] |
[sync] Remove SyncService::StopAndClear() call only reachable in tests Details below. https://crbug.com/40797392#comment14 https://crbug.com/40797392#comment18 After this CL there is still one StopAndClear() call outside of SyncServiceImpl but it happens in the chrome://sync-internals page [1]. I'll remove it in next CLs and make the method private. [1] https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.cc;l=296;drc=25049133043552fee361754702d705e94da850e1 Bug: 40797392 Change-Id: I7ba6fb1c6c551deaffbeadeeaed1e62707b026d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5797212 Auto-Submit: Victor Vianna <victorvianna@google.com> Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by: Marc Treib <treib@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1343576}
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.