| Index: chrome/browser/signin/fake_profile_oauth2_token_service.h
|
| diff --git a/chrome/browser/signin/fake_profile_oauth2_token_service.h b/chrome/browser/signin/fake_profile_oauth2_token_service.h
|
| index 035f81351956d0130bca526928a5b70b72919321..d90bd3e8106e3393ef2b6a1aa1d107042e71f747 100644
|
| --- a/chrome/browser/signin/fake_profile_oauth2_token_service.h
|
| +++ b/chrome/browser/signin/fake_profile_oauth2_token_service.h
|
| @@ -112,6 +112,11 @@ class FakeProfileOAuth2TokenService
|
| const std::string& client_secret,
|
| const ScopeSet& scopes) OVERRIDE;
|
|
|
| + virtual void InvalidateOAuth2Token(const std::string& account_id,
|
| + const std::string& client_id,
|
| + const ScopeSet& scopes,
|
| + const std::string& access_token) OVERRIDE;
|
| +
|
| virtual std::string GetRefreshToken(const std::string& account_id) OVERRIDE;
|
|
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
|
|