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

Unified Diff: chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.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: chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
diff --git a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
index e2d1b9756ac0daa5c44b4ce01eb706d774add3c9..a991c7d73bbc329dcacf5980aa66a5ab541fc011 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
@@ -8,6 +8,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/autofill/card_unmask_prompt_controller.h"
+#include "components/autofill/core/browser/autofill_client.h"
#include "components/autofill/core/browser/card_unmask_delegate.h"
#include "components/autofill/core/browser/credit_card.h"
@@ -24,7 +25,7 @@ class CardUnmaskPromptControllerImpl : public CardUnmaskPromptController {
void ShowPrompt(const CreditCard& card,
base::WeakPtr<CardUnmaskDelegate> delegate);
// The CVC the user entered went through validation.
- void OnVerificationResult(bool success);
+ void OnVerificationResult(AutofillClient::GetRealPanResult result);
// CardUnmaskPromptController implementation.
void OnUnmaskDialogClosed() override;

Powered by Google App Engine
This is Rietveld 408576698