| Index: ios/chrome/browser/ui/settings/cells/autofill_edit_item.h
|
| diff --git a/ios/chrome/browser/ui/settings/cells/autofill_edit_item.h b/ios/chrome/browser/ui/settings/cells/autofill_edit_item.h
|
| index dd8ca2e79b50bac9e4e4ff02b0a35d6c2d915a84..427fc477f7a962264fd34e80805d0020e4d4797b 100644
|
| --- a/ios/chrome/browser/ui/settings/cells/autofill_edit_item.h
|
| +++ b/ios/chrome/browser/ui/settings/cells/autofill_edit_item.h
|
| @@ -27,6 +27,9 @@
|
| // The field type this item is describing.
|
| @property(nonatomic, assign) autofill::ServerFieldType autofillType;
|
|
|
| +// Whether this field is required. Used for validation.
|
| +@property(nonatomic, getter=isRequired) BOOL required;
|
| +
|
| // Whether the text field is enabled for editing.
|
| @property(nonatomic, getter=isTextFieldEnabled) BOOL textFieldEnabled;
|
|
|
|
|