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() {} |