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 d5ab306c355734b7d7ea1cfa9b2f62c0dd02d4ac..5ff96d55a13420bfabb4da9b80a67ccba9330efc 100644 |
--- a/google_apis/gaia/gaia_auth_consumer.h |
+++ b/google_apis/gaia/gaia_auth_consumer.h |
@@ -85,6 +85,10 @@ class GaiaAuthConsumer { |
virtual void OnListAccountsSuccess(const std::string& data) {} |
virtual void OnListAccountsFailure(const GoogleServiceAuthError& error) {} |
+ |
+ virtual void OnGetCheckConnectionInfoSuccess(const std::string& data) {} |
+ virtual void OnGetCheckConnectionInfoError( |
+ const GoogleServiceAuthError& error) {} |
}; |
#endif // GOOGLE_APIS_GAIA_GAIA_AUTH_CONSUMER_H_ |