| 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 aa84439aab90fcac12f202f44bcd2b8aa66a5a24..403033622b2130f294aeccfa26faee1686db5872 100644
|
| --- a/google_apis/gaia/gaia_auth_consumer.h
|
| +++ b/google_apis/gaia/gaia_auth_consumer.h
|
| @@ -72,6 +72,8 @@ class GaiaAuthConsumer {
|
| virtual void OnClientOAuthSuccess(const ClientOAuthResult& result) {}
|
| virtual void OnClientOAuthFailure(const GoogleServiceAuthError& error) {}
|
|
|
| + virtual void OnOAuth2RevokeTokenCompleted() {}
|
| +
|
| virtual void OnGetUserInfoSuccess(const UserInfoMap& data) {}
|
| virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) {}
|
|
|
|
|