| Index: chromecast/browser/pref_service_helper.cc
|
| diff --git a/chromecast/browser/pref_service_helper.cc b/chromecast/browser/pref_service_helper.cc
|
| index d6f825dd9a16b8626c0a2b3b6b4f2f8567d1c94c..c1b6e5cadfb4264b1342b12f7f68c60c31ca5ad5 100644
|
| --- a/chromecast/browser/pref_service_helper.cc
|
| +++ b/chromecast/browser/pref_service_helper.cc
|
| @@ -53,8 +53,6 @@
|
| // opts out, nothing further will be sent (honoring the user's setting).
|
| // 2) Dogfood users (see dogfood agreement).
|
| registry->RegisterBooleanPref(prefs::kOptInStats, true);
|
| - registry->RegisterListPref(prefs::kActiveDCSExperiments);
|
| - registry->RegisterDictionaryPref(prefs::kLatestDCSFeatures);
|
|
|
| RegisterPlatformPrefs(registry);
|
|
|
|
|