| Index: components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h b/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h
|
| index 0e4cab215a81fa9743f37652f28dbd74474af5a8..b308742aa3426fa6ece7a7f5a93dbb9322c2f86b 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h
|
| @@ -39,8 +39,6 @@ int64 GetAdjustedOriginalContentLength(
|
| int64 original_content_length,
|
| int64 received_content_length);
|
|
|
| -#if defined(OS_ANDROID) || defined(OS_IOS)
|
| -// TODO(bengr): Remove platform-specific ifdefs.
|
| // This is only exposed for testing. It is normally called by
|
| // UpdateContentLengthPrefs.
|
| void UpdateContentLengthPrefsForDataReductionProxy(
|
| @@ -49,7 +47,6 @@ void UpdateContentLengthPrefsForDataReductionProxy(
|
| bool with_data_reduction_proxy_enabled,
|
| DataReductionProxyRequestType request_type,
|
| base::Time now, PrefService* prefs);
|
| -#endif
|
|
|
| // Records daily data savings statistics to prefs and reports data savings UMA.
|
| void UpdateContentLengthPrefs(
|
|
|