commit | afe99b3f6b62b83f87bebda874dc92520cd208fb | [log] [tgz] |
---|---|---|
author | Boris Sazonov <bsazonov@chromium.org> | Mon Dec 30 13:54:04 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 30 13:54:04 2024 |
tree | 99c3c76aed3c7f167e93527083960c2071b94cc6 | |
parent | cecbb2f5daf380cb7624736c045d0fa50e2bb008 [diff] |
[Signin] Explicitly check hosted domain in AccountManagedStatusFinder Prior to this CL, AccountManagedStatusFinder was checking AccointInfo::IsValid to detect whether the hosted_domain information is available and the outcome can be decided. This CL changes that to checking hosted_domain explicitly - this way, AccountManagedStatusFinder will not stay in the pending state if some other piece of account info like given name isn't available yet. Bug: 348373729 Change-Id: I3510c20192958acac98975fa87af85d7026a0ed1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6114577 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Tanmoy Mollik <triploblastic@google.com> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1400907}
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.