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

Unified Diff: chrome/browser/sync/profile_sync_auth_provider.cc

Issue 1143323005: Refactor AO2TS to make it easier to componentize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address final comments Created 5 years, 6 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/sync/profile_sync_auth_provider.cc
diff --git a/chrome/browser/sync/profile_sync_auth_provider.cc b/chrome/browser/sync/profile_sync_auth_provider.cc
index 05f393c5eb77dca358904bd275b9991a5206c7ba..61bc177490250162a4107cf9e09d4cfff9d84f6e 100644
--- a/chrome/browser/sync/profile_sync_auth_provider.cc
+++ b/chrome/browser/sync/profile_sync_auth_provider.cc
@@ -125,7 +125,7 @@ void ProfileSyncAuthProvider::RespondToTokenRequest(
void ProfileSyncAuthProvider::InvalidateAccessToken(const std::string& token) {
DCHECK(CalledOnValidThread());
- token_service_->InvalidateToken(account_id_, oauth2_scope_, token);
+ token_service_->InvalidateAccessToken(account_id_, oauth2_scope_, token);
}
scoped_ptr<syncer::SyncAuthProvider>

Powered by Google App Engine
This is Rietveld 408576698