Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index a56f52f5da89c72206d7f37473b525e3bbf42fae..e0c496c13d5f212eb70082e5aed2464abb407bf0 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -182,6 +182,9 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseInfo) |
IPC_STRUCT_TRAITS_MEMBER(proxy_server) |
IPC_STRUCT_TRAITS_MEMBER(is_using_lofi) |
IPC_STRUCT_TRAITS_MEMBER(effective_connection_type) |
+ IPC_STRUCT_TRAITS_MEMBER(certificate) |
+ IPC_STRUCT_TRAITS_MEMBER(cert_status) |
+ IPC_STRUCT_TRAITS_MEMBER(ssl_connection_status) |
IPC_STRUCT_TRAITS_MEMBER(signed_certificate_timestamps) |
IPC_STRUCT_TRAITS_MEMBER(cors_exposed_header_names) |
IPC_STRUCT_TRAITS_END() |