| 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 403033622b2130f294aeccfa26faee1686db5872..d5ab306c355734b7d7ea1cfa9b2f62c0dd02d4ac 100644
|
| --- a/google_apis/gaia/gaia_auth_consumer.h
|
| +++ b/google_apis/gaia/gaia_auth_consumer.h
|
| @@ -82,6 +82,9 @@ class GaiaAuthConsumer {
|
|
|
| virtual void OnMergeSessionSuccess(const std::string& data) {}
|
| virtual void OnMergeSessionFailure(const GoogleServiceAuthError& error) {}
|
| +
|
| + virtual void OnListAccountsSuccess(const std::string& data) {}
|
| + virtual void OnListAccountsFailure(const GoogleServiceAuthError& error) {}
|
| };
|
|
|
| #endif // GOOGLE_APIS_GAIA_GAIA_AUTH_CONSUMER_H_
|
|
|