Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1507)

Unified Diff: chrome/browser/chromeos/arc/arc_auth_service.h

Issue 2771943003: arc: Skip GMS Sign-In in case Android is already signed-in. (Closed)
Patch Set: remove SIZE from mojom and use LAST_VALUE + 1 in UMA reporting Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/arc/arc_auth_service.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
index b2367b0daa119850230a38d5b11d4632f53ace32..092d6771a60cb7ed6854e2c7b3da43aa45f61eea 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -40,6 +40,7 @@ class ArcAuthService : public ArcService,
void OnSignInFailed(mojom::ArcSignInFailureReason reason) override;
void RequestAccountInfo() override;
void ReportMetrics(mojom::MetricsType metrics_type, int32_t value) override;
+ void ReportAccountCheckStatus(mojom::AccountCheckStatus status) override;
// Deprecated methods:
// For security reason this code can be used only once and exists for specific

Powered by Google App Engine
This is Rietveld 408576698