| 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 c2bb7aa274ce8ba0c607caf34dbbccf847f6d359..3cc5bb93e02824b9b8fb40b54063640852c2f45b 100644
|
| --- a/components/autofill/core/common/autofill_switches.cc
|
| +++ b/components/autofill/core/common/autofill_switches.cc
|
| @@ -61,6 +61,10 @@ const char kEnablePasswordSaveOnInPageNavigation[] =
|
| // 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";
|
|
|