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

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

Issue 130183003: Revert 248117 "Password manager now ignores autocomplete='off' b..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/components/autofill/core/common/autofill_switches.cc
===================================================================
--- trunk/src/components/autofill/core/common/autofill_switches.cc (revision 248129)
+++ trunk/src/components/autofill/core/common/autofill_switches.cc (working copy)
@@ -10,10 +10,6 @@
// Flag used to tell Chrome the base url of the Autofill service.
const char kAutofillServiceUrl[] = "autofill-service-url";
-// Forces the password manager to not ignore autocomplete='off' for password
-// forms.
-const char kDisableIgnoreAutocompleteOff[] = "do-not-ignore-autocomplete-off";
-
// Disables an interactive autocomplete UI. See kEnableInteractiveAutocomplete
// for a description.
const char kDisableInteractiveAutocomplete[] =
@@ -23,6 +19,9 @@
// account creation.
const char kDisablePasswordGeneration[] = "disable-password-generation";
+// Forces the password manager to ignore autocomplete='off' for password forms.
+const char kEnableIgnoreAutocompleteOff[] = "enable-ignore-autocomplete-off";
+
// Enables an interactive autocomplete UI and a way to invoke this UI from
// WebKit by enabling HTMLFormElement#requestAutocomplete (and associated
// autocomplete* events and logic).

Powered by Google App Engine
This is Rietveld 408576698