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

Unified Diff: components/autofill/core/browser/test_autofill_client.cc

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/test_autofill_client.cc
diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
index abcfb53405782f9ef1e400e52579e229cc4d54a0..eef879de62f7c28fea7a8fb2745e56fea7e8fcb9 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -42,7 +42,7 @@ void TestAutofillClient::ShowUnmaskPrompt(
base::WeakPtr<CardUnmaskDelegate> delegate) {
}
-void TestAutofillClient::OnUnmaskVerificationResult(bool success) {
+void TestAutofillClient::OnUnmaskVerificationResult(GetRealPanResult result) {
}
void TestAutofillClient::ConfirmSaveCreditCard(

Powered by Google App Engine
This is Rietveld 408576698