Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: chromecast/browser/pref_service_helper.cc

Issue 2836263003: Reland "[Chromecast] Use base::FeatureList to control features." (Closed)
Patch Set: Bad includes removed Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/browser/test/cast_features_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/pref_service_helper.cc
diff --git a/chromecast/browser/pref_service_helper.cc b/chromecast/browser/pref_service_helper.cc
index c1b6e5cadfb4264b1342b12f7f68c60c31ca5ad5..d6f825dd9a16b8626c0a2b3b6b4f2f8567d1c94c 100644
--- a/chromecast/browser/pref_service_helper.cc
+++ b/chromecast/browser/pref_service_helper.cc
@@ -53,6 +53,8 @@ std::unique_ptr<PrefService> PrefServiceHelper::CreatePrefService(
// 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);
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/browser/test/cast_features_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698