| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index e1d18627a3c4f59c70463e7cb3f24add15c4cd68..d820f88ba17a089594246f884703b95a328d8ff5 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1317,6 +1317,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| autofill::switches::kEnablePasswordGeneration,
|
| autofill::switches::kEnablePasswordSaveOnInPageNavigation,
|
| autofill::switches::kEnableSingleClickAutofill,
|
| + autofill::switches::kEnableSuggestionsWithSubstringMatch,
|
| autofill::switches::kIgnoreAutocompleteOffForAutofill,
|
| autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration,
|
| autofill::switches::kRespectAutocompleteOffForAutofill,
|
|
|