| 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 36d0e3a6fd570583aa6dcd0a149a3f96c28e79c3..b37b141dbb0b378a935f0640917b2e6b7a67f675 100644
|
| --- a/components/autofill/core/common/autofill_switches.cc
|
| +++ b/components/autofill/core/common/autofill_switches.cc
|
| @@ -7,10 +7,6 @@
|
| namespace autofill {
|
| namespace switches {
|
|
|
| -// Forces the password manager to not ignore autocomplete='off' for password
|
| -// forms.
|
| -const char kDisableIgnoreAutocompleteOff[] = "do-not-ignore-autocomplete-off";
|
| -
|
| // Disables password generation when we detect that the user is going through
|
| // account creation.
|
| const char kDisablePasswordGeneration[] = "disable-password-generation";
|
|
|