| 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 92d013226da555bf0bc5bbeceb835f9b557aa6e8..f53e954aa9773e39b555a3ec75c6b52abe8142a8 100644
|
| --- a/components/autofill/core/common/autofill_switches.cc
|
| +++ b/components/autofill/core/common/autofill_switches.cc
|
| @@ -58,6 +58,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";
|
| +
|
| // Ignores autocomplete="off" for Autofill data (profiles + credit cards).
|
| const char kIgnoreAutocompleteOffForAutofill[] =
|
| "ignore-autocomplete-off-autofill";
|
|
|