Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: trunk/src/chrome/browser/signin/oauth2_token_service.h

Issue 15675014: Revert 203015 "Add ManagedUserTokenFetcher to fetch scoped-down ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698