| Index: components/autofill/core/common/form_field_data.h
|
| diff --git a/components/autofill/core/common/form_field_data.h b/components/autofill/core/common/form_field_data.h
|
| index a443665653ddd3f74438a1539ace10eedad221e6..65b9c9eb8a6479b1f37f92ca6d2f6b580191a1a7 100644
|
| --- a/components/autofill/core/common/form_field_data.h
|
| +++ b/components/autofill/core/common/form_field_data.h
|
| @@ -33,6 +33,7 @@ struct FormFieldData {
|
| base::string16 value;
|
| std::string form_control_type;
|
| std::string autocomplete_attribute;
|
| + std::string role;
|
| size_t max_length;
|
| bool is_autofilled;
|
| bool is_checked;
|
|
|