Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc |
index 2b59e3a8e1e9a51a2885628bc709e9cd36207a5e..ac95358c1284541ace8586fc67617a56886822c6 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc |
@@ -59,6 +59,7 @@ void RegisterSyncableProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
prefs::kDailyOriginalContentLengthViaDataReductionProxy); |
registry->RegisterListPref(prefs::kDailyContentLengthViaDataReductionProxy); |
registry->RegisterInt64Pref(prefs::kDailyHttpContentLengthLastUpdateDate, 0L); |
+ registry->RegisterInt64Pref(prefs::kSimulatedConfigRetrieveTime, 0L); |
} |
void RegisterSimpleProfilePrefs(PrefRegistrySimple* registry) { |
@@ -105,6 +106,7 @@ void RegisterPrefs(PrefRegistrySimple* registry) { |
prefs::kDailyContentLengthViaDataReductionProxy); |
registry->RegisterInt64Pref( |
prefs::kDailyHttpContentLengthLastUpdateDate, 0L); |
+ registry->RegisterInt64Pref(prefs::kSimulatedConfigRetrieveTime, 0L); |
} |
void MigrateStatisticsPrefs(PrefService* local_state_prefs, |