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

Unified Diff: components/autofill/core/common/autofill_pref_names.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
« no previous file with comments | « components/autofill/core/common/autofill_pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/autofill_pref_names.cc
diff --git a/components/autofill/core/common/autofill_pref_names.cc b/components/autofill/core/common/autofill_pref_names.cc
index b272a62e363ffee1fad2079fad6c18d7a973eafc..90c658b19a502a9593f087c73629bdfe2355c903 100644
--- a/components/autofill/core/common/autofill_pref_names.cc
+++ b/components/autofill/core/common/autofill_pref_names.cc
@@ -43,6 +43,11 @@ const char kAutofillUseMacAddressBook[] = "autofill.use_mac_address_book";
// enabled.
const char kAutofillWalletImportEnabled[] = "autofill.wallet_import_enabled";
+// Boolean that allows the "Don't ask again for this card" checkbox to be
+// sticky.
+const char kAutofillWalletImportStorageCheckboxState[] =
+ "autofill.wallet_import_storage_checkbox_state";
+
// Enables/disables the Wallet card and address feature. Set via sync
// experiment. Even if this is false, the feature can still be enabled via the
// command line flag flags::kEnableWalletCardImport.
« no previous file with comments | « components/autofill/core/common/autofill_pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698