| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 155219)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -307,6 +307,10 @@
|
| // Enables Media Source API on <audio>/<video> elements.
|
| const char kEnableMediaSource[] = "enable-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.
|
|
|