| 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 1f5bd7785696827a5b999cbbdafd5bc18c68b971..b274e07cac4d8dc35e22fd53684c3edb0d8acd05 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 (bypassed_proxy.is_valid() && !bypassed_proxy.is_direct() &&
|
| data_reduction_proxy_params_->IsDataReductionProxy(
|
|
|