Chromium Code Reviews| 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 8174c038203378a1efb2162dd17aa3ea11a0f9bb..2f92acc8cd42426abc00cc98fe955cde82023770 100644 |
| --- a/components/autofill/core/common/autofill_switches.cc |
| +++ b/components/autofill/core/common/autofill_switches.cc |
| @@ -10,6 +10,9 @@ namespace switches { |
| // Flag used to tell Chrome the base url of the Autofill service. |
| const char kAutofillServiceUrl[] = "autofill-service-url"; |
| +// Forces the password manager to ignore autocomplete='off' for password forms. |
|
Avi (use Gerrit)
2014/01/26 23:57:59
... manager to NOT ignore autocomplete ...
jww
2014/01/28 07:42:50
Done.
|
| +const char kDisableIgnoreAutocompleteOff[] = "do-not-ignore-autocomplete-off"; |
| + |
| // Disables an interactive autocomplete UI. See kEnableInteractiveAutocomplete |
| // for a description. |
| const char kDisableInteractiveAutocomplete[] = |
| @@ -19,9 +22,6 @@ const char kDisableInteractiveAutocomplete[] = |
| // account creation. |
| const char kDisablePasswordGeneration[] = "disable-password-generation"; |
| -// Forces the password manager to ignore autocomplete='off' for password forms. |
| -const char kEnableIgnoreAutocompleteOff[] = "enable-ignore-autocomplete-off"; |
| - |
| // Enables an interactive autocomplete UI and a way to invoke this UI from |
| // WebKit by enabling HTMLFormElement#requestAutocomplete (and associated |
| // autocomplete* events and logic). |