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 24a1727f4a8220ef8eab9c0e437b9c595edddd88..8319c7ffc77f39033fd763b37f6a7e46412f78e9 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -1341,6 +1341,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
autofill::switches::kDisableIgnoreAutocompleteOff, |
autofill::switches::kDisablePasswordGeneration, |
autofill::switches::kEnablePasswordGeneration, |
+ autofill::switches::kIgnoreAutocompleteOffForAutofill, |
autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration, |
#if defined(ENABLE_EXTENSIONS) |
extensions::switches::kAllowHTTPBackgroundPage, |