| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc
|
| index 684c4ee1f97aa921f2c4d9730efafa8f32f98b0f..d32c618cb1ea7dbdb653bfd68143ec24ab1f9624 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc
|
| @@ -301,8 +301,8 @@ void DataReductionProxyUsageStats::RecordBypassedBytesHistograms(
|
| return;
|
| }
|
|
|
| - if (data_reduction_proxy_params_->AreDataReductionProxiesBypassed(request,
|
| - NULL)) {
|
| + if (data_reduction_proxy_params_->AreDataReductionProxiesBypassed(
|
| + request, data_reduction_proxy_config, NULL)) {
|
| RecordBypassedBytes(last_bypass_type_,
|
| DataReductionProxyUsageStats::NETWORK_ERROR,
|
| content_length);
|
|
|