| 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 25d8277981dcb2355e7f5b637bb87aaaf8a095df..1fb7c1b43e0064eb1ba63993e008e97ef4e5fdfd 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -77,7 +77,12 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::UsernamesCollectionKey)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordFormFillData)
|
| - IPC_STRUCT_TRAITS_MEMBER(basic_data)
|
| + IPC_STRUCT_TRAITS_MEMBER(name)
|
| + IPC_STRUCT_TRAITS_MEMBER(origin)
|
| + IPC_STRUCT_TRAITS_MEMBER(action)
|
| + IPC_STRUCT_TRAITS_MEMBER(user_submitted)
|
| + IPC_STRUCT_TRAITS_MEMBER(username_field)
|
| + IPC_STRUCT_TRAITS_MEMBER(password_field)
|
| IPC_STRUCT_TRAITS_MEMBER(preferred_realm)
|
| IPC_STRUCT_TRAITS_MEMBER(additional_logins)
|
| IPC_STRUCT_TRAITS_MEMBER(other_possible_usernames)
|
|
|