| Index: content/public/common/common_param_traits_macros.h
|
| diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
|
| index 3e2de07e136df62ecfbcb46e82a88be9abd4ffc3..0119151f882a956780719279530dd7c475fea7e7 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -95,15 +95,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::Referrer)
|
| IPC_STRUCT_TRAITS_MEMBER(policy)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(content::SSLStatus)
|
| - IPC_STRUCT_TRAITS_MEMBER(security_style)
|
| - IPC_STRUCT_TRAITS_MEMBER(cert_id)
|
| - IPC_STRUCT_TRAITS_MEMBER(cert_status)
|
| - IPC_STRUCT_TRAITS_MEMBER(security_bits)
|
| - IPC_STRUCT_TRAITS_MEMBER(connection_status)
|
| - IPC_STRUCT_TRAITS_MEMBER(content_status)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(content::WebPluginMimeType)
|
| IPC_STRUCT_TRAITS_MEMBER(mime_type)
|
| IPC_STRUCT_TRAITS_MEMBER(file_extensions)
|
|
|