| 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.
|
|
|