| Index: components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc
|
| index 1d25a5168f4ac0bae88c4deb8389c43025f97824..ee90c2efdd44fb741e0e4ebf51559f829ed2ce63 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc
|
| @@ -35,7 +35,6 @@ void RegisterPrefs(PrefRegistrySimple* registry) {
|
| prefs::kHttpReceivedContentLength, 0);
|
| registry->RegisterInt64Pref(
|
| prefs::kHttpOriginalContentLength, 0);
|
| -#if defined(OS_ANDROID) || defined(OS_IOS)
|
| registry->RegisterListPref(
|
| prefs::kDailyHttpOriginalContentLength);
|
| registry->RegisterListPref(
|
| @@ -58,7 +57,6 @@ void RegisterPrefs(PrefRegistrySimple* registry) {
|
| prefs::kDailyContentLengthViaDataReductionProxy);
|
| registry->RegisterInt64Pref(
|
| prefs::kDailyHttpContentLengthLastUpdateDate, 0L);
|
| -#endif
|
| }
|
|
|
| } // namespace data_reduction_proxy
|
|
|