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

Unified Diff: components/autofill/core/browser/card_unmask_delegate.h

Issue 910043002: Add checkbox to card unmasking prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dbg compile Created 5 years, 10 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: components/autofill/core/browser/card_unmask_delegate.h
diff --git a/components/autofill/core/browser/card_unmask_delegate.h b/components/autofill/core/browser/card_unmask_delegate.h
index 5cc664c7445bd931117e5236a013d405dc6ad846..2449785b5888113f098612427895c5d8bf7cd1b4 100644
--- a/components/autofill/core/browser/card_unmask_delegate.h
+++ b/components/autofill/core/browser/card_unmask_delegate.h
@@ -21,6 +21,7 @@ class CardUnmaskDelegate {
base::string16 cvc;
base::string16 exp_month;
base::string16 exp_year;
+ bool should_store_pan;
// Risk fingerprint.
std::string risk_data;
« no previous file with comments | « components/autofill/core/browser/autofill_manager.cc ('k') | components/autofill/core/browser/card_unmask_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698