| 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 57b6a9a4696a59a19a1718cc03f7066c74f648d1..cd5cd1ed997d21daf075910b4996c368499f8b5e 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)
|
|
|