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 94a6ae75e03b223261f7579db38a67bdb76274d2..6753bc771f44e5b0462ae5570f737b3cf48b7405 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -1500,9 +1500,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::kNoAutofillNecessaryForPasswordGeneration, |