Index: components/autofill/core/common/autofill_switches.cc |
diff --git a/components/autofill/core/common/autofill_switches.cc b/components/autofill/core/common/autofill_switches.cc |
index 8174c038203378a1efb2162dd17aa3ea11a0f9bb..5b292f181e9f5beb862b1faa35f49429e82571e6 100644 |
--- a/components/autofill/core/common/autofill_switches.cc |
+++ b/components/autofill/core/common/autofill_switches.cc |
@@ -20,7 +20,7 @@ const char kDisableInteractiveAutocomplete[] = |
const char kDisablePasswordGeneration[] = "disable-password-generation"; |
// Forces the password manager to ignore autocomplete='off' for password forms. |
-const char kEnableIgnoreAutocompleteOff[] = "enable-ignore-autocomplete-off"; |
+const char kDoNotIgnoreAutocompleteOff[] = "do-not-ignore-autocomplete-off"; |
// Enables an interactive autocomplete UI and a way to invoke this UI from |
// WebKit by enabling HTMLFormElement#requestAutocomplete (and associated |