| 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 cbf79c38e874f14cf6d75a1dd84826462e67a478..818422bad64a7cc1880b7d616998a0060d33c0c6 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
|
| @@ -293,8 +293,9 @@ void DataReductionProxyNetworkDelegate::RecordContentLength(
|
| // Record content length histograms for the request.
|
| base::TimeDelta freshness_lifetime =
|
| request.response_headers()
|
| - ->GetFreshnessLifetimes(request.response_info().response_time)
|
| - .freshness;
|
| + ->GetExpirationTimes(request.response_info().request_time,
|
| + request.response_info().response_time)
|
| + .freshness_lifetime;
|
|
|
| RecordContentLengthHistograms(
|
| // |data_reduction_proxy_io_data_| can be NULL for Webview.
|
|
|