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

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 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
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dbec88395a6262475956ff14aa156dab561e9cd5..94134d77e1b561c590b4557a70a6068e1fa3f737 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();
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698