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

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

Issue 15977002: Add ManagedUserTokenFetcher to fetch scoped-down tokens. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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: 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.

Powered by Google App Engine
This is Rietveld 408576698