| 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 e07ea7aa1525c34b4ffab0b1a833072daa79498a..1b87f6293503fb618776787f65db65a918342c68 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1348,6 +1348,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| autofill::switches::kEnablePasswordGeneration,
|
| autofill::switches::kEnablePasswordSaveOnInPageNavigation,
|
| autofill::switches::kEnableSingleClickAutofill,
|
| + autofill::switches::kEnableSuggestionsWithSubstringMatch,
|
| autofill::switches::kIgnoreAutocompleteOffForAutofill,
|
| autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration,
|
| #if defined(ENABLE_EXTENSIONS)
|
|
|