| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| index 27e8e2c9268b5d1e9ac6ab910cec7ef4f94d64b7..8bae820f90eabaff00ffb859ea5f6db00b996475 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| @@ -400,8 +400,7 @@ void DataReductionProxyNetworkDelegate::RecordContentLength(
|
| data_reduction_proxy_io_data_ &&
|
| data_reduction_proxy_io_data_->IsEnabled() &&
|
| data_reduction_proxy_io_data_->lofi_decider() &&
|
| - data_reduction_proxy_io_data_->lofi_decider()->IsUsingLoFiMode(
|
| - request),
|
| + data_reduction_proxy_io_data_->lofi_decider()->IsUsingLoFi(request),
|
| request.received_response_content_length(), original_content_length,
|
| freshness_lifetime);
|
|
|
|
|