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

Unified Diff: content/public/common/content_switches.cc

Issue 10918052: create a separate WebMediaPlayer for URL derived from media stream (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: code review Created 8 years, 3 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
===================================================================
--- 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.

Powered by Google App Engine
This is Rietveld 408576698