| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 6e2f4244cf4f97aa853bdbec361545ac9e43868d..6812be78ea8550c09bbde4c7f66cbdf69cb025e6 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -167,7 +167,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(was_alpn_negotiated)
|
| IPC_STRUCT_TRAITS_MEMBER(was_alternate_protocol_available)
|
| IPC_STRUCT_TRAITS_MEMBER(connection_info)
|
| - IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_proxy)
|
| IPC_STRUCT_TRAITS_MEMBER(alpn_negotiated_protocol)
|
| IPC_STRUCT_TRAITS_MEMBER(socket_address)
|
| IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_service_worker)
|
| @@ -178,7 +177,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(service_worker_ready_time)
|
| IPC_STRUCT_TRAITS_MEMBER(is_in_cache_storage)
|
| IPC_STRUCT_TRAITS_MEMBER(cache_storage_cache_name)
|
| - 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)
|
|
|