| 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 01fbc1b234bbe5c9f50835465035ce51e345228e..11c32cb650fb0bc909c81c681e93ddc4b544d825 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
|
| @@ -221,8 +221,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)) {
|
|
|