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

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 969223002: Autofill wallet -- handle several classes of error in unmasking prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: local Created 5 years, 10 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/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index e9bbb44671161af6903235ba1dffbe8d9e89edac..5f8b67bff145c037d6f6249c9854fe57edf0822d 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -237,7 +237,8 @@ class AutofillManager : public AutofillDownloadManager::Observer,
// wallet::RealPanWalletClient::Delegate:
IdentityProvider* GetIdentityProvider() override;
- void OnDidGetRealPan(const std::string& real_pan) override;
+ void OnDidGetRealPan(AutofillClient::GetRealPanResult result,
+ const std::string& real_pan) override;
// Returns false if Autofill is disabled or if no Autofill data is available.
bool RefreshDataModels();
« no previous file with comments | « components/autofill/core/browser/autofill_client.h ('k') | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698