| Index: media/base/media_switches.cc
|
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
| index b5b52ef6b791911db0f50dfaa39f097a5006fe94..cd3beb1ee3296e15368a42c393b9e2b5f998fc32 100644
|
| --- a/media/base/media_switches.cc
|
| +++ b/media/base/media_switches.cc
|
| @@ -24,6 +24,10 @@ 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 kEnableMediaThreadForMediaPlayback[] =
|
| + "enable-media-thread-for-media-playback";
|
| #endif
|
|
|
| #if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_SOLARIS)
|
|
|