| Index: components/autofill/content/common/autofill_param_traits_macros.h
|
| diff --git a/components/autofill/content/common/autofill_param_traits_macros.h b/components/autofill/content/common/autofill_param_traits_macros.h
|
| index 572ef3ac661948167458e462e91129cbb9952447..6074ac054080df81b50a56e24533d1e75b1477be 100644
|
| --- a/components/autofill/content/common/autofill_param_traits_macros.h
|
| +++ b/components/autofill/content/common/autofill_param_traits_macros.h
|
| @@ -19,6 +19,8 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::FormData)
|
| IPC_STRUCT_TRAITS_MEMBER(origin)
|
| IPC_STRUCT_TRAITS_MEMBER(action)
|
| IPC_STRUCT_TRAITS_MEMBER(user_submitted)
|
| + IPC_STRUCT_TRAITS_MEMBER(username)
|
| + IPC_STRUCT_TRAITS_MEMBER(password)
|
| IPC_STRUCT_TRAITS_MEMBER(fields)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|