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

Unified Diff: content/public/common/content_switches.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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index ba5e9b5241b299aa50d091e086d27ee23f926419..585a5b0d35a490f8d949b40a0c76c35ed4689042 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -199,6 +199,9 @@ const char kEnableGPUPlugin[] = "enable-gpu-plugin";
// builds.
const char kEnableLogging[] = "enable-logging";
+// Enables MediaSource API on <audio>/<video> tags.
scherkus (not reviewing) 2011/10/26 18:15:31 nits: MediaSource -> Media Source tags -> elements
acolwell GONE FROM CHROMIUM 2011/10/26 18:30:46 Done.
+const char kEnableMediaSource[] = "enable-media-source";
+
// Enable media stream in WebKit.
// http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#mediastream
const char kEnableMediaStream[] = "enable-media-stream";

Powered by Google App Engine
This is Rietveld 408576698