| Index: content/public/common/resource_response.cc
|
| diff --git a/content/public/common/resource_response.cc b/content/public/common/resource_response.cc
|
| index 070e9d1266aa04440c601704513dfa38d9423b67..cb0bf9c634fa16ec4a5eadde70c2ee9d31924598 100644
|
| --- a/content/public/common/resource_response.cc
|
| +++ b/content/public/common/resource_response.cc
|
| @@ -35,8 +35,6 @@ scoped_refptr<ResourceResponse> ResourceResponse::DeepCopy() const {
|
| new_response->head.was_alternate_protocol_available =
|
| head.was_alternate_protocol_available;
|
| new_response->head.connection_info = head.connection_info;
|
| - new_response->head.was_fetched_via_proxy = head.was_fetched_via_proxy;
|
| - new_response->head.proxy_server = head.proxy_server;
|
| new_response->head.alpn_negotiated_protocol = head.alpn_negotiated_protocol;
|
| new_response->head.socket_address = head.socket_address;
|
| new_response->head.was_fetched_via_service_worker =
|
|
|