| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| index 7d95fb24377384208dd3f34755f6ccbfd224f904..d7ebdfcf203e2b170b43770bd891c3afe3d8678a 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| @@ -116,7 +116,8 @@ class DataReductionProxyNetworkDelegate : public net::LayeredNetworkDelegate {
|
| // that the original content length of the response could not be determined.
|
| void CalculateAndRecordDataUsage(const net::URLRequest& request,
|
| DataReductionProxyRequestType request_type,
|
| - int64_t original_content_length);
|
| + int64_t original_content_length,
|
| + int net_error);
|
|
|
| // Posts to the UI thread to UpdateContentLengthPrefs in the data reduction
|
| // proxy metrics and updates |received_content_length_| and
|
|
|