| Index: chrome/browser/signin/profile_oauth2_token_service.h
|
| diff --git a/chrome/browser/signin/profile_oauth2_token_service.h b/chrome/browser/signin/profile_oauth2_token_service.h
|
| index 013cc065963795ba474feb5732ad7d852aee3bf4..05b8c0b34f6b0dbaa29c30431bc0c085d341efae 100644
|
| --- a/chrome/browser/signin/profile_oauth2_token_service.h
|
| +++ b/chrome/browser/signin/profile_oauth2_token_service.h
|
| @@ -103,7 +103,8 @@ class ProfileOAuth2TokenService : public OAuth2TokenService,
|
| // logs back in with a different account, then any in-flight token
|
| // fetches will be for the old account's refresh token. Therefore
|
| // when they come back, they shouldn't be cached.
|
| - virtual void RegisterCacheEntry(const std::string& refresh_token,
|
| + virtual void RegisterCacheEntry(const std::string& client_id,
|
| + const std::string& refresh_token,
|
| const ScopeSet& scopes,
|
| const std::string& access_token,
|
| const base::Time& expiration_date) OVERRIDE;
|
|
|