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

Unified Diff: google_apis/gaia/gaia_auth_consumer.h

Issue 973953002: Implement the calls to GAIA for the IDP IFrame protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | google_apis/gaia/gaia_auth_fetcher.h » ('j') | google_apis/gaia/gaia_auth_fetcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/gaia_auth_consumer.h
diff --git a/google_apis/gaia/gaia_auth_consumer.h b/google_apis/gaia/gaia_auth_consumer.h
index 5ff96d55a13420bfabb4da9b80a67ccba9330efc..e4c7407d55fdd4965ae82cc518b965d47af65f08 100644
--- a/google_apis/gaia/gaia_auth_consumer.h
+++ b/google_apis/gaia/gaia_auth_consumer.h
@@ -89,6 +89,12 @@ class GaiaAuthConsumer {
virtual void OnGetCheckConnectionInfoSuccess(const std::string& data) {}
virtual void OnGetCheckConnectionInfoError(
const GoogleServiceAuthError& error) {}
+
+ virtual void OnListIdpSessionsSuccess(const std::string& login_hint) {}
+ virtual void OnListIdpSessionsError(const GoogleServiceAuthError& error) {}
+
+ virtual void OnGetTokenResponseSuccess(const ClientOAuthResult& result) {}
+ virtual void OnGetTokenResponseError(const GoogleServiceAuthError& error) {}
};
#endif // GOOGLE_APIS_GAIA_GAIA_AUTH_CONSUMER_H_
« no previous file with comments | « no previous file | google_apis/gaia/gaia_auth_fetcher.h » ('j') | google_apis/gaia/gaia_auth_fetcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698