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

Unified Diff: chrome/browser/chromeos/arc/arc_auth_context_delegate.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_context_delegate.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_context_delegate.h b/chrome/browser/chromeos/arc/arc_auth_context_delegate.h
index 2b8ac045ce4f4c0e300ba9534775316b6eb36f27..265f97592acd13fb0bd6b7446d4ddc9f8c669635 100644
--- a/chrome/browser/chromeos/arc/arc_auth_context_delegate.h
+++ b/chrome/browser/chromeos/arc/arc_auth_context_delegate.h
@@ -11,6 +11,8 @@ class ArcAuthContextDelegate {
public:
virtual void OnContextReady() = 0;
virtual void OnPrepareContextFailed() = 0;
+ virtual void OnAuthCodeRequested(const std::string& auth_code) = 0;
xiyuan 2016/09/07 21:07:55 nit: OnAuthCodeRequested -> OnAuthCodeSuccess, Req
+ virtual void OnAuthCodeFailed() = 0;
protected:
virtual ~ArcAuthContextDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698