| 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 b1bee4d392c272573cf473846f90b16a4160e251..5bb8b7d6eca07c8d05e144208fc957172d99604f 100644
|
| --- a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
|
| @@ -42,7 +42,7 @@ class CardUnmaskPromptControllerImpl : public CardUnmaskPromptController {
|
| const base::string16& exp_month,
|
| const base::string16& exp_year,
|
| bool should_store_pan) override;
|
| -
|
| + void NewCardLinkClicked() override;
|
| content::WebContents* GetWebContents() override;
|
| base::string16 GetWindowTitle() const override;
|
| base::string16 GetInstructionsMessage() const override;
|
| @@ -74,6 +74,7 @@ class CardUnmaskPromptControllerImpl : public CardUnmaskPromptController {
|
| content::WebContents* web_contents_;
|
| RiskDataCallback risk_data_callback_;
|
| PrefService* pref_service_;
|
| + bool new_card_link_clicked_;
|
| bool is_off_the_record_;
|
| CreditCard card_;
|
| base::WeakPtr<CardUnmaskDelegate> delegate_;
|
|
|