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 fe6ac024d4190e4d848d55b2edf5dc6b4bfb3425..5b503461142518c1f960baa029c0041264309381 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 |
@@ -399,8 +399,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); |