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

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

Issue 697233002: Remove flag to disable ignore autocomplete='off' for password forms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « components/autofill/core/common/BUILD.gn ('k') | components/autofill/core/common/autofill_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/autofill_switches.h
diff --git a/components/autofill/core/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h
index f94a2dfd2ae810aa2cc9c51c1b1ae9140856c916..c602fae4b443c9b4ab338c4a1022997bfcd63a74 100644
--- a/components/autofill/core/common/autofill_switches.h
+++ b/components/autofill/core/common/autofill_switches.h
@@ -10,7 +10,6 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char kDisableIgnoreAutocompleteOff[];
extern const char kDisablePasswordGeneration[];
extern const char kEnablePasswordGeneration[];
extern const char kIgnoreAutocompleteOffForAutofill[];
« no previous file with comments | « components/autofill/core/common/BUILD.gn ('k') | components/autofill/core/common/autofill_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698