| 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 f7b841877b0c6849d02dc738e33416eca78d4f9b..1af6db445c7d1749466cfdc10f856ef311a3aa8c 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1406,6 +1406,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)
|
|
|