commit | 26d970e08cbe569ac441efc4ac1d50c29bf0c9b2 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@chromium.org> | Thu Apr 29 18:11:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 29 18:11:01 2021 |
tree | b15c2b54758a737292c59b2e24f23620c805a341 | |
parent | c702c498e99a3a5fd7adafd0a575e609bb4b7427 [diff] |
[Signin][Android] Set GmsError flag with GooglePlayService check result This CL sets up the mGmsError boolean directly with the GooglePlayService check instead of getting it from AccountManagerFacade. This will help us to clean up the AccountManagerFacade API later. Bug: 1186595 Change-Id: I385f6112954b83aa8242697960b9d146bb1e5e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2856336 Reviewed-by: Tanmoy Mollik <triploblastic@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#877551}
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.