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

Unified Diff: google_apis/gaia/oauth2_token_service_request.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: google_apis/gaia/oauth2_token_service_request.cc
diff --git a/google_apis/gaia/oauth2_token_service_request.cc b/google_apis/gaia/oauth2_token_service_request.cc
index f01979d949f266a9c5d6df8d4cca1c109c023a62..3af40c31bee214a8e5dcf64c3e463425aa1fa50a 100644
--- a/google_apis/gaia/oauth2_token_service_request.cc
+++ b/google_apis/gaia/oauth2_token_service_request.cc
@@ -314,7 +314,7 @@ InvalidateCore::~InvalidateCore() {
void InvalidateCore::StartOnTokenServiceThread() {
DCHECK(token_service_task_runner()->BelongsToCurrentThread());
- token_service()->InvalidateToken(account_id_, scopes_, access_token_);
+ token_service()->InvalidateAccessToken(account_id_, scopes_, access_token_);
}
void InvalidateCore::StopOnTokenServiceThread() {
« no previous file with comments | « google_apis/gaia/oauth2_token_service_delegate.cc ('k') | google_apis/gaia/oauth2_token_service_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698