| 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 78664bf6f60a445f6f48713a7fe5bd3e74af9d60..7489b912695ead6949a6c41f0e59ac7cf554eb17 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1368,6 +1368,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| autofill::switches::kEnableFillOnAccountSelectNoHighlighting,
|
| autofill::switches::kEnablePasswordGeneration,
|
| autofill::switches::kEnableSingleClickAutofill,
|
| + autofill::switches::kEnableSuggestionsWithSubstringMatch,
|
| autofill::switches::kIgnoreAutocompleteOffForAutofill,
|
| autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration,
|
| #if defined(ENABLE_EXTENSIONS)
|
|
|