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

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

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.cc
diff --git a/components/autofill/core/browser/card_unmask_delegate.cc b/components/autofill/core/browser/card_unmask_delegate.cc
index 05e684563b010ac43812218eba431f3112cecece..00a8c59b175a153a756cb9bbea1d432a68f0eb7f 100644
--- a/components/autofill/core/browser/card_unmask_delegate.cc
+++ b/components/autofill/core/browser/card_unmask_delegate.cc
@@ -6,7 +6,8 @@
namespace autofill {
-CardUnmaskDelegate::UnmaskResponse::UnmaskResponse() {}
+CardUnmaskDelegate::UnmaskResponse::UnmaskResponse()
+ : should_store_pan(false) {}
CardUnmaskDelegate::UnmaskResponse::~UnmaskResponse() {}
} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/card_unmask_delegate.h ('k') | components/autofill/core/common/autofill_pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698