| 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 52170478c46730b44a1278ada79ff5ecec3eadf7..399071e5cd917a15bc2896415e6d9c510bb6f739 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1541,9 +1541,9 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
|
|
| // Please keep this in alphabetical order.
|
| static const char* const kSwitchNames[] = {
|
| + autofill::switches::kDisableIgnoreAutocompleteOff,
|
| autofill::switches::kDisableInteractiveAutocomplete,
|
| autofill::switches::kDisablePasswordGeneration,
|
| - autofill::switches::kEnableIgnoreAutocompleteOff,
|
| autofill::switches::kEnableInteractiveAutocomplete,
|
| autofill::switches::kEnablePasswordGeneration,
|
| autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration,
|
|
|