| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
|
| index 73c575261dd30e40649712782646e3244c089e33..a14a4a75d4d7024557d9215af567d0a9ae62fc02 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
|
| @@ -55,14 +55,6 @@ void UpdateContentLengthPrefsForDataReductionProxy(
|
| base::Time now,
|
| DataReductionProxyStatisticsPrefs* prefs);
|
|
|
| -// Records daily data savings statistics to prefs and reports data savings UMA.
|
| -void UpdateContentLengthPrefs(
|
| - int received_content_length,
|
| - int original_content_length,
|
| - bool data_reduction_proxy_enabled,
|
| - DataReductionProxyRequestType request_type,
|
| - DataReductionProxyStatisticsPrefs* prefs);
|
| -
|
| } // namespace data_reduction_proxy
|
|
|
| #endif // COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_METRICS_H_
|
|
|