| Index: chrome/browser/signin/oauth2_token_service.h
|
| diff --git a/chrome/browser/signin/oauth2_token_service.h b/chrome/browser/signin/oauth2_token_service.h
|
| index 9260f4179fae0ee9cdcb7d250ff90b577a074417..663af01f4d58169badbd02db2a262d91d3d48ee9 100644
|
| --- a/chrome/browser/signin/oauth2_token_service.h
|
| +++ b/chrome/browser/signin/oauth2_token_service.h
|
| @@ -101,11 +101,11 @@ class OAuth2TokenService {
|
| // Return the current number of entries in the cache.
|
| int cache_size_for_testing() const;
|
|
|
| - protected:
|
| // Subclasses should return the refresh token maintained.
|
| // If no token is available, return an empty string.
|
| virtual std::string GetRefreshToken() = 0;
|
|
|
| + protected:
|
| // Subclasses can override if they want to report errors to the user.
|
| virtual void UpdateAuthError(const GoogleServiceAuthError& error);
|
|
|
|
|