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 754bb803820c783038680fe0effee668ff0cc8b9..227aa94fb85d169508678453c99e2b3d147491c4 100644 |
--- a/components/autofill/core/common/autofill_switches.cc |
+++ b/components/autofill/core/common/autofill_switches.cc |
@@ -57,6 +57,10 @@ const char kEnablePasswordGeneration[] = "enable-password-generation"; |
// Enables/disables suggestions without typing anything (on first click). |
const char kEnableSingleClickAutofill[] = "enable-single-click-autofill"; |
+// Enables suggestions with substring matching instead of prefix matching. |
+const char kEnableSuggestionsWithSubstringMatch[] = |
+ "enable-suggestions-with-substring-match"; |
+ |
// Enables syncing usage counts and last use dates of Wallet addresses and |
// cards. |
const char kEnableWalletMetadataSync[] = "enable-wallet-metadata-sync"; |