| 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..d0c4cd01e347568570ec44864090166ea69063f3 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::kSimulatedConfigExpireTime, 0L);
|
| }
|
|
|
| void RegisterSimpleProfilePrefs(PrefRegistrySimple* registry) {
|
| @@ -105,6 +106,7 @@ void RegisterPrefs(PrefRegistrySimple* registry) {
|
| prefs::kDailyContentLengthViaDataReductionProxy);
|
| registry->RegisterInt64Pref(
|
| prefs::kDailyHttpContentLengthLastUpdateDate, 0L);
|
| + registry->RegisterInt64Pref(prefs::kSimulatedConfigExpireTime, 0L);
|
| }
|
|
|
| void MigrateStatisticsPrefs(PrefService* local_state_prefs,
|
|
|