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

Unified Diff: chromecast/base/pref_names.h

Issue 2836263003: Reland "[Chromecast] Use base::FeatureList to control features." (Closed)
Patch Set: Updates to cast_features_browsertest 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
Index: chromecast/base/pref_names.h
diff --git a/chromecast/base/pref_names.h b/chromecast/base/pref_names.h
index 7454885d2511e11d1538f79833ee2d4efc89cbde..9003ee23499a4c69367d331740d20b6f3135648e 100644
--- a/chromecast/base/pref_names.h
+++ b/chromecast/base/pref_names.h
@@ -8,7 +8,9 @@
namespace chromecast {
namespace prefs {
+extern const char kActiveDCSExperiments[];
extern const char kEnableRemoteDebugging[];
+extern const char kLatestDCSFeatures[];
extern const char kMetricsIsNewClientID[];
extern const char kOptInStats[];
extern const char kStabilityChildProcessCrashCount[];

Powered by Google App Engine
This is Rietveld 408576698