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 1ea60587247991bd477c3438792c049343a0dfd4..e00b5e1b2fb8fe296a50d01d6b1c59948ab05d19 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -1409,6 +1409,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) |