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

Unified Diff: trunk/src/chrome/browser/signin/android_profile_oauth2_token_service.cc

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/android_profile_oauth2_token_service.cc
===================================================================
--- trunk/src/chrome/browser/signin/android_profile_oauth2_token_service.cc (revision 203118)
+++ trunk/src/chrome/browser/signin/android_profile_oauth2_token_service.cc (working copy)
@@ -33,7 +33,7 @@
ProfileSyncServiceAndroid::GetProfileSyncServiceAndroid();
sync_service->FetchOAuth2Token(
scope_list.front(),
- base::Bind(&RequestImpl::InformConsumer,
+ base::Bind(&OAuth2TokenService::InformConsumer,
request->AsWeakPtr()));
return request.PassAs<Request>();
}

Powered by Google App Engine
This is Rietveld 408576698