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

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: relative 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/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..3b8577c5d0a02a49f99ec1615fd62f3ba5da7727 100644
--- a/components/autofill/core/common/autofill_pref_names.cc
+++ b/components/autofill/core/common/autofill_pref_names.cc
@@ -43,6 +43,15 @@ 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";
+
+// Boolean that's true when full Wallet cards can be stored locally.
+const char kAutofillWalletImportStorageEnabled[] =
+ "autofill.wallet_import_storage_enabled";
+
// 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.

Powered by Google App Engine
This is Rietveld 408576698