| Index: components/autofill/content/common/autofill_messages.h
|
| diff --git a/components/autofill/content/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h
|
| index 8ddc5d88298cdcbfbf0f767cf8057b9c19c0537f..103cec0b3b6d0da31de7f1e2ef391401f9b3a844 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -45,6 +45,7 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::FormFieldData)
|
| IPC_STRUCT_TRAITS_MEMBER(value)
|
| IPC_STRUCT_TRAITS_MEMBER(form_control_type)
|
| IPC_STRUCT_TRAITS_MEMBER(autocomplete_attribute)
|
| + IPC_STRUCT_TRAITS_MEMBER(placeholder)
|
| IPC_STRUCT_TRAITS_MEMBER(role)
|
| IPC_STRUCT_TRAITS_MEMBER(max_length)
|
| IPC_STRUCT_TRAITS_MEMBER(is_autofilled)
|
|
|