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,9 @@ |
// Enables Media Source API on <audio>/<video> elements. |
const char kEnableMediaSource[] = "enable-media-source"; |
+// Enables using different WebMediaPlayer for <audio>/<video> based on URL. |
+const char kEnableMediaPlayerSwitch[] = "enable-media-player-switch"; |
scherkus (not reviewing)
2012/09/20 19:27:00
This isn't quite accurate... this only affects Med
wjia(left Chromium)
2012/09/21 19:47:27
Done.
|
+ |
// 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. |