Index: content/public/common/content_switches.cc |
=================================================================== |
--- content/public/common/content_switches.cc (revision 158069) |
+++ content/public/common/content_switches.cc (working copy) |
@@ -293,6 +293,10 @@ |
// Disable Media Source API on <audio>/<video> elements. |
const char kDisableMediaSource[] = "disable-media-source"; |
+// Enables using WebMediaPlayerMS for src of <audio>/<video> derived from |
+// media stream. |
+const char kEnableWebMediaPlayerMS[] = "enable-web-media-player-ms"; |
+ |
// On Windows, converts the page to the currently-installed monitor profile. |
// This does NOT enable color management for images. The source is still |
// assumed to be sRGB. |