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 6af246f92d217223fa47471388d7c332366b4f8e..be2a2d5dd194b9e721f8fbf56d2f464bf172f7c0 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -1350,6 +1350,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) |