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

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

Issue 197333008: move rAc from behind flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 e30407a567376801abe8ac33e470108fc4945ecf..ca73109db7e28183572d96cde04451ffe0f42a7c 100644
--- a/components/autofill/core/common/autofill_switches.cc
+++ b/components/autofill/core/common/autofill_switches.cc
@@ -11,20 +11,10 @@ namespace switches {
// forms.
const char kDisableIgnoreAutocompleteOff[] = "do-not-ignore-autocomplete-off";
-// Disables an interactive autocomplete UI. See kEnableInteractiveAutocomplete
-// for a description.
-const char kDisableInteractiveAutocomplete[] =
- "disable-interactive-autocomplete";
-
// Disables password generation when we detect that the user is going through
// account creation.
const char kDisablePasswordGeneration[] = "disable-password-generation";
-// Enables an interactive autocomplete UI and a way to invoke this UI from
-// WebKit by enabling HTMLFormElement#requestAutocomplete (and associated
-// autocomplete* events and logic).
-const char kEnableInteractiveAutocomplete[] = "enable-interactive-autocomplete";
-
// Enables password generation when we detect that the user is going through
// account creation.
const char kEnablePasswordGeneration[] = "enable-password-generation";

Powered by Google App Engine
This is Rietveld 408576698