Index: trunk/src/chrome/browser/chrome_content_browser_client.cc |
=================================================================== |
--- trunk/src/chrome/browser/chrome_content_browser_client.cc (revision 248129) |
+++ trunk/src/chrome/browser/chrome_content_browser_client.cc (working copy) |
@@ -1540,9 +1540,9 @@ |
// 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, |