| 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 b8f70df621b73f07d9ac30167d2b6b4b28477561..242e58db923ab930efe0d22564fd61dcd29f8d8e 100644
|
| --- a/google_apis/gaia/gaia_auth_consumer.h
|
| +++ b/google_apis/gaia/gaia_auth_consumer.h
|
| @@ -69,6 +69,7 @@ class GaiaAuthConsumer {
|
| virtual void OnIssueAuthTokenFailure(const std::string& service,
|
| const GoogleServiceAuthError& error) {}
|
|
|
| + virtual void OnClientOAuthCode(const std::string& auth_code) {}
|
| virtual void OnClientOAuthSuccess(const ClientOAuthResult& result) {}
|
| virtual void OnClientOAuthFailure(const GoogleServiceAuthError& error) {}
|
|
|
|
|