Index: components/autofill/core/common/autofill_switches.cc |
diff --git a/components/autofill/core/common/autofill_switches.cc b/components/autofill/core/common/autofill_switches.cc |
index 27e2e9c7b7cddfc1e64614af6706af5a5474d75e..762b5e2d8a6e5fcf5aa82612ed8a85faf35e881c 100644 |
--- a/components/autofill/core/common/autofill_switches.cc |
+++ b/components/autofill/core/common/autofill_switches.cc |
@@ -33,6 +33,9 @@ const char kEnablePasswordGeneration[] = "enable-password-generation"; |
// Enables/disables suggestions without typing anything (on first click). |
const char kEnableSingleClickAutofill[] = "enable-single-click-autofill"; |
+// Enables the feature that imports Wallet cards for Chrome Autofill. |
+const char kEnableWalletCardImport[] = "enable-wallet-card-import"; |
+ |
// Ignores autocomplete="off" for Autofill data (profiles + credit cards). |
const char kIgnoreAutocompleteOffForAutofill[] = |
"ignore-autocomplete-off-autofill"; |