| 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;
|
|
|