| commit | c8f931506c4b27d089ac101052fec28d1e825fc4 | [log] [tgz] |
|---|---|---|
| author | Svend Larsen <svend@chromium.org> | Fri Sep 05 13:37:39 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 05 13:37:39 2025 |
| tree | 9b74ab64370a377b406957d887aa048a6d761aa0 | |
| parent | 573eb62c752dbea85d41f95e9c0ad6e66542d77a [diff] |
[VL] Remove browser_sync::SigninConfirmationHelper and related code SigninConfirmationHelper has a single caller, and that lone caller has no callers of its own. The caller is in the file chrome/browser/ui/sync/profile_signin_confirmation_helper.cc, and in fact none of the functions in that file have any callers. That file also defines a Delegate interface that is only extended by one class, which is also unused. This CL removes all of this unused code. This removal is a descendant of https://crbug.com/427225439 because SigninConfirmationHelper calls HistoryService::QueryHistory(), and we'd otherwise have to decide whether this callsite cares about 404s returned from QueryHistory(). Bug: 441271799 Change-Id: Ia7541496bcdc4ae669415f507cfeb73eebd16b90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6917554 Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Svend Larsen <svend@chromium.org> Cr-Commit-Position: refs/heads/main@{#1511519}
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.