Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: components/autofill/core/common/autofill_switches.cc

Issue 146023002: Password manager now ignores autocomplete='off' by default; user may specify a flag that says other… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698