| Index: components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
|
| index 9df505522e8b8c24f476627139585f7f054eca23..f5926df98f8d15d3c9f3ab6b0db11a529aeb48e8 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
|
| @@ -223,8 +223,7 @@ void DataReductionProxyUsageStats::RecordBypassedBytesHistograms(
|
|
|
| void DataReductionProxyUsageStats::RecordBypassEventHistograms(
|
| const net::ProxyServer& bypassed_proxy,
|
| - int net_error,
|
| - bool did_fallback) const {
|
| + int net_error) const {
|
| DataReductionProxyTypeInfo data_reduction_proxy_info;
|
| if (data_reduction_proxy_params_->IsDataReductionProxy(
|
| bypassed_proxy.host_port_pair(), &data_reduction_proxy_info)) {
|
|
|