[Signin][Android] Don't show Google Play services dialog from SigninManager
This CL modifies sign-in flow SigninManager to remove the code that shows error dialogs from Google Play services. Now these dialogs are redundant, as Google Play services availability is checked from SystemAccountManagerDelegate.checkCanUseGooglePlayServices, so if there is no usable Google Play services package on the device, then accounts won't be exposed from AccountManagerFacade at all. Bug: 997218 Change-Id: I0ada3b6165387677c33a82b75e23bc38757d2f26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808861 Commit-Queue: Alex Ilin <alexilin@chromium.org> Auto-Submit: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#697291}
Showing
Please register or sign in to comment