| Index: components/autofill/core/common/autofill_constants.h
|
| diff --git a/components/autofill/core/common/autofill_constants.h b/components/autofill/core/common/autofill_constants.h
|
| index 168b5e0eca970d95fedf54f5d1a781194b82efbd..1989e93558d204e76cd9732e24e4454816145dd5 100644
|
| --- a/components/autofill/core/common/autofill_constants.h
|
| +++ b/components/autofill/core/common/autofill_constants.h
|
| @@ -11,13 +11,6 @@
|
|
|
| namespace autofill {
|
|
|
| -// A bit field mask for form or form element requirements.
|
| -// TODO(estade): remove after iOS no longer uses it. See crbug.com/459456
|
| -enum RequirementsMask {
|
| - REQUIRE_NONE = 0, // No requirements.
|
| - REQUIRE_AUTOCOMPLETE = 1, // Require that autocomplete != off.
|
| -};
|
| -
|
| // Help URL for the Autofill dialog.
|
| extern const char kHelpURL[];
|
|
|
|
|