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

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

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.h
===================================================================
--- trunk/src/components/autofill/core/common/autofill_switches.h (revision 248129)
+++ trunk/src/components/autofill/core/common/autofill_switches.h (working copy)
@@ -11,9 +11,9 @@
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
extern const char kAutofillServiceUrl[];
-extern const char kDisableIgnoreAutocompleteOff[];
extern const char kDisableInteractiveAutocomplete[];
extern const char kDisablePasswordGeneration[];
+extern const char kEnableIgnoreAutocompleteOff[];
extern const char kEnableInteractiveAutocomplete[];
extern const char kEnablePasswordGeneration[];
extern const char kNoAutofillNecessaryForPasswordGeneration[];

Powered by Google App Engine
This is Rietveld 408576698