| Index: trunk/src/chrome/browser/signin/oauth2_token_service.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/signin/oauth2_token_service.h (revision 203118)
|
| +++ trunk/src/chrome/browser/signin/oauth2_token_service.h (working copy)
|
| @@ -148,6 +148,12 @@
|
| Consumer* const consumer_;
|
| };
|
|
|
| + // Informs the consumer of |request| fetch results.
|
| + static void InformConsumer(base::WeakPtr<RequestImpl> request,
|
| + const GoogleServiceAuthError& error,
|
| + 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.
|
|
|