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

Unified Diff: chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.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
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_;

Powered by Google App Engine
This is Rietveld 408576698