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

Unified Diff: chrome/browser/about_flags.cc

Issue 8395053: Adding flag for turning on the Media Source API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c682e466c754cc2e816532965ac7bc64ab7d32d2..0b8fe0281d9d257305d0711bea10d54f5d15e5e0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -450,6 +450,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnablePhotoEditor)
},
#endif
+ {
+ "enable-media-source",
+ IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME,
+ IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableMediaSource)
+ },
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698