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_ |