| Index: components/autofill/content/public/interfaces/autofill_types.mojom
|
| diff --git a/components/autofill/content/public/interfaces/autofill_types.mojom b/components/autofill/content/public/interfaces/autofill_types.mojom
|
| index 514c5f34ec4c3f621244b504b37ad4039ff7361b..2433d8ec517aa17e8030f60bd68f75f57deaa40e 100644
|
| --- a/components/autofill/content/public/interfaces/autofill_types.mojom
|
| +++ b/components/autofill/content/public/interfaces/autofill_types.mojom
|
| @@ -76,6 +76,7 @@ struct FormFieldData {
|
| string autocomplete_attribute;
|
| string placeholder;
|
| string css_classes;
|
| + uint32 properties_mask;
|
|
|
| uint64 max_length;
|
| bool is_autofilled;
|
|
|