commit | 282c17e74cd45794dab5a5c7ebabcb6148684b10 | [log] [tgz] |
---|---|---|
author | Alex Ilin <alexilin@chromium.org> | Tue Jul 01 16:23:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 01 16:23:01 2025 |
tree | 6ebe6b3eedabc4c2e2977775828b5fd62e3933b1 | |
parent | db481828b7bc9017e85cf82a4a5182ca90d8ed77 [diff] |
[signin] Remove superfluous method from ProfileOAuth2TokenService ProfileOAuth2TokenService::RefreshTokenHasError() is only used in two tests and can be easily replaced with a call to GetAuthError(). This CL make the service's interface more lean by removing this extra method. Change-Id: I64519b883f08c9ea66e8f2e5c68b19aa7e509580 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6696564 Auto-Submit: Alex Ilin <alexilin@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Reviewed-by: Liza Bipin <mlbipin@google.com> Reviewed-by: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/main@{#1481107}
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.