| 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 ed94ab845341eb0414765f1b4ce2a36961f4ce34..b20ff68848c719eafebbc3284e8c5631e7060520 100644
|
| --- a/components/autofill/content/common/autofill_param_traits_macros.h
|
| +++ b/components/autofill/content/common/autofill_param_traits_macros.h
|
| @@ -43,7 +43,6 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm)
|
| IPC_STRUCT_TRAITS_MEMBER(password_value)
|
| IPC_STRUCT_TRAITS_MEMBER(new_password_element)
|
| IPC_STRUCT_TRAITS_MEMBER(new_password_value)
|
| - IPC_STRUCT_TRAITS_MEMBER(ssl_valid)
|
| IPC_STRUCT_TRAITS_MEMBER(preferred)
|
| IPC_STRUCT_TRAITS_MEMBER(blacklisted_by_user)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
|
|