| 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 c4f6ce97ee8e789ed3981151a00f896f90ca8a21..514c5f34ec4c3f621244b504b37ad4039ff7361b 100644
|
| --- a/components/autofill/content/public/interfaces/autofill_types.mojom
|
| +++ b/components/autofill/content/public/interfaces/autofill_types.mojom
|
| @@ -75,6 +75,7 @@ struct FormFieldData {
|
| string form_control_type;
|
| string autocomplete_attribute;
|
| string placeholder;
|
| + string css_classes;
|
|
|
| uint64 max_length;
|
| bool is_autofilled;
|
|
|