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

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

Issue 2320813002: arc: Enable silent PlayStore Sign-In. (Closed)
Patch Set: cleanup Created 4 years, 3 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 8cdf3cae56e158e8e7bdf58f9620ccb21a0c104a..0363f8d0d513b42f38c1625ba4c03af77565fb97 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -174,6 +174,8 @@ class ArcAuthService : public ArcService,
// ArcAuthContextDelegate:
void OnContextReady() override;
void OnPrepareContextFailed() override;
+ void OnAuthCodeRequested(const std::string& auth_code) override;
+ void OnAuthCodeFailed() override;
// ArcAndroidManagementCheckerDelegate:
void OnAndroidManagementChecked(

Powered by Google App Engine
This is Rietveld 408576698