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

Unified Diff: components/autofill/core/browser/wallet/real_pan_wallet_client.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 roger's comments Created 5 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: components/autofill/core/browser/wallet/real_pan_wallet_client.cc
diff --git a/components/autofill/core/browser/wallet/real_pan_wallet_client.cc b/components/autofill/core/browser/wallet/real_pan_wallet_client.cc
index 9d41ab45e4bc0d66d0587f394d52526fe48f4064..ca2a7a31478366d5cc7d8781332525b51d011132 100644
--- a/components/autofill/core/browser/wallet/real_pan_wallet_client.cc
+++ b/components/autofill/core/browser/wallet/real_pan_wallet_client.cc
@@ -264,7 +264,7 @@ void RealPanWalletClient::StartTokenFetch(bool invalidate_old) {
IdentityProvider* identity = delegate_->GetIdentityProvider();
if (invalidate_old) {
DCHECK(!access_token_.empty());
- identity->GetTokenService()->InvalidateToken(
+ identity->GetTokenService()->InvalidateAccessToken(
identity->GetActiveAccountId(), wallet_scopes, access_token_);
}
access_token_.clear();

Powered by Google App Engine
This is Rietveld 408576698