Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index e0c496c13d5f212eb70082e5aed2464abb407bf0..5ae8be48bb74a0fbd241b100255f1c7ce091997a 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -154,7 +154,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseInfo) |
IPC_STRUCT_TRAITS_MEMBER(headers) |
IPC_STRUCT_TRAITS_MEMBER(mime_type) |
IPC_STRUCT_TRAITS_MEMBER(charset) |
- IPC_STRUCT_TRAITS_MEMBER(security_info) |
IPC_STRUCT_TRAITS_MEMBER(has_major_certificate_errors) |
IPC_STRUCT_TRAITS_MEMBER(content_length) |
IPC_STRUCT_TRAITS_MEMBER(encoded_data_length) |
@@ -259,7 +258,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceRequestCompletionStatus) |
IPC_STRUCT_TRAITS_MEMBER(error_code) |
IPC_STRUCT_TRAITS_MEMBER(was_ignored_by_handler) |
IPC_STRUCT_TRAITS_MEMBER(exists_in_cache) |
- IPC_STRUCT_TRAITS_MEMBER(security_info) |
IPC_STRUCT_TRAITS_MEMBER(completion_time) |
IPC_STRUCT_TRAITS_MEMBER(encoded_data_length) |
IPC_STRUCT_TRAITS_END() |