Chromium Code Reviews| 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..e96b9c17c3d84c16f364b707b646de6ef06fcb87 100644 |
| --- a/chrome/browser/signin/oauth2_token_service.h |
| +++ b/chrome/browser/signin/oauth2_token_service.h |
| @@ -148,12 +148,6 @@ class OAuth2TokenService { |
| Consumer* const consumer_; |
| }; |
| - // Informs the consumer of |request| fetch results. |
| - static void InformConsumer(base::WeakPtr<RequestImpl> request, |
| - const GoogleServiceAuthError& error, |
|
Andrew T Wilson (Slow)
2013/05/27 13:52:15
I'm OK with making this change, but it seems out o
Bernhard Bauer
2013/05/27 14:42:13
Yes, and I was touching the .cc file anyway. I can
|
| - const std::string& access_token, |
| - const base::Time& expiration_date); |
| - |
| private: |
| // Class that fetches an OAuth2 access token for a given set of scopes and |
| // OAuth2 refresh token. |