Index: content/public/common/content_switches.cc |
=================================================================== |
--- content/public/common/content_switches.cc (revision 161195) |
+++ content/public/common/content_switches.cc (working copy) |
@@ -301,9 +301,9 @@ |
// Disable Media Source API on <audio>/<video> elements. |
const char kDisableMediaSource[] = "disable-media-source"; |
-// Enables using WebMediaPlayerMS for src of <audio>/<video> derived from |
+// Disables using WebMediaPlayerMS for src of <audio>/<video> derived from |
// media stream. |
-const char kEnableWebMediaPlayerMS[] = "enable-web-media-player-ms"; |
+const char kDisableWebMediaPlayerMS[] = "disable-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 |