| 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 3e75aadc27bbf76165a2fa2e4a404c58de8a7b48..68db0229d837670fc6d1241b5b1b79b5a92ec485 100644
|
| --- a/components/autofill/content/common/autofill_param_traits_macros.h
|
| +++ b/components/autofill/content/common/autofill_param_traits_macros.h
|
| @@ -47,6 +47,7 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| IPC_STRUCT_TRAITS_MEMBER(times_used)
|
| IPC_STRUCT_TRAITS_MEMBER(form_data)
|
| + IPC_STRUCT_TRAITS_MEMBER(parsed_using_autofill_predictions)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| #endif // COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
|
|