| 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 f57d75c04f098c77d5fe3bdf545caba967341b31..0ab93b3e5711dab3b2afa28c8c0f3f9a37d6c9c1 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1338,6 +1338,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,
|
|
|