| 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 8e59a3fd48bf070ff05547ba87d035917ccf52dc..2817024c2e85723b70021a10b045a861c22b73e9 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc
|
| @@ -16,6 +16,10 @@ void RegisterSyncableProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| false,
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| registry->RegisterBooleanPref(
|
| + data_reduction_proxy::prefs::kDataReductionProxyAltEnabled,
|
| + false,
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterBooleanPref(
|
| data_reduction_proxy::prefs::kDataReductionProxyWasEnabledBefore,
|
| false,
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
|
|