Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / common / autofill_switches.cc
index e30407a..ca73109 100644 (file)
@@ -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";