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 ee90c2efdd44fb741e0e4ebf51559f829ed2ce63..1d25a5168f4ac0bae88c4deb8389c43025f97824 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc |
@@ -35,6 +35,7 @@ |
prefs::kHttpReceivedContentLength, 0); |
registry->RegisterInt64Pref( |
prefs::kHttpOriginalContentLength, 0); |
+#if defined(OS_ANDROID) || defined(OS_IOS) |
registry->RegisterListPref( |
prefs::kDailyHttpOriginalContentLength); |
registry->RegisterListPref( |
@@ -57,6 +58,7 @@ |
prefs::kDailyContentLengthViaDataReductionProxy); |
registry->RegisterInt64Pref( |
prefs::kDailyHttpContentLengthLastUpdateDate, 0L); |
+#endif |
} |
} // namespace data_reduction_proxy |