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

Unified Diff: chrome/browser/ui/autofill/card_unmask_prompt_controller.h

Issue 873403004: Autofill - show expiration date in CVC prompt when card is expired. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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.h
diff --git a/chrome/browser/ui/autofill/card_unmask_prompt_controller.h b/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
index e31a67cf7990e2282e1db11dd4a7f4dcf3f61bbe..85ef4a30cc079ee37695d12757b9f6db501059eb 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
@@ -17,7 +17,9 @@ class CardUnmaskPromptController {
public:
// Interaction.
virtual void OnUnmaskDialogClosed() = 0;
- virtual void OnUnmaskResponse(const base::string16& cvc) = 0;
+ virtual void OnUnmaskResponse(const base::string16& cvc,
+ const base::string16& exp_month,
+ const base::string16& exp_year) = 0;
// State.
virtual content::WebContents* GetWebContents() = 0;

Powered by Google App Engine
This is Rietveld 408576698