| 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 f3d767f5790f955d8df52b54a1ce038bf0a7c366..09cbba04dc8c5e7d4e3025dd89e229e94b2b3c1d 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1392,6 +1392,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,
|
|
|