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

Unified Diff: media/base/media_switches.cc

Issue 1076013002: Added stub MediaSourcePlayer for developing behind the flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 43904123893639c8543d56306975e8245e0a9665..7193a82f80e5ea7b34f304f1f9fd77b4d4b4645b 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -21,6 +21,9 @@ const char kIgnoreResolutionLimitsForAcceleratedVideoDecode[] =
// Disables the infobar popup for accessing protected media identifier.
const char kDisableInfobarForProtectedMediaIdentifier[] =
"disable-infobar-for-protected-media-identifier";
+
+// Sets the MediaSource player that uses the separate media thread
+const char kEnableMediaPlayerV2[] = "enable-media-player-v2";
#endif
#if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_SOLARIS)
« media/base/media_switches.h ('K') | « media/base/media_switches.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698