| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc
|
| index 40e848405f2957144d37ce4adfe1d3802fd5ebd0..a859c3af93a3ce867182c98d317142400ef3a295 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc
|
| @@ -143,7 +143,7 @@ bool DataReductionProxyBypassProtocol::MaybeBypassProxyAndPrepareToRetry(
|
| // GetDataReductionProxyBypassType will only log a net_log event if a bypass
|
| // command was sent via the data reduction proxy headers
|
| DataReductionProxyBypassType bypass_type = GetDataReductionProxyBypassType(
|
| - response_headers, data_reduction_proxy_info);
|
| + request->url_chain(), *response_headers, data_reduction_proxy_info);
|
|
|
| if (proxy_bypass_type)
|
| *proxy_bypass_type = bypass_type;
|
|
|