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

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

Issue 1132933004: Handle re-issued cards in unmasking prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky review Created 5 years, 7 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/app/generated_resources.grd ('k') | chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 407519170ccd085fdf6ca1e1de3fab9e11cefde2..dc6e6fd68c14c6be7ca4a64479b0f935219ed280 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
@@ -25,6 +25,7 @@ class CardUnmaskPromptController {
const base::string16& exp_month,
const base::string16& exp_year,
bool should_store_pan) = 0;
+ virtual void NewCardLinkClicked() = 0;
// State.
virtual content::WebContents* GetWebContents() = 0;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698