| 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";
|
|
|