| Index: media/base/media_switches.cc
|
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
| index 43904123893639c8543d56306975e8245e0a9665..6c124ae46c56bb30fe287ad7ec5877177465729e 100644
|
| --- a/media/base/media_switches.cc
|
| +++ b/media/base/media_switches.cc
|
| @@ -12,11 +12,6 @@ const char kAudioBufferSize[] = "audio-buffer-size";
|
| // Set number of threads to use for video decoding.
|
| const char kVideoThreads[] = "video-threads";
|
|
|
| -// Bypass autodetection of the upper limit on resolution of streams that can
|
| -// be hardware decoded.
|
| -const char kIgnoreResolutionLimitsForAcceleratedVideoDecode[] =
|
| - "ignore-resolution-limits-for-accelerated-video-decode";
|
| -
|
| #if defined(OS_ANDROID)
|
| // Disables the infobar popup for accessing protected media identifier.
|
| const char kDisableInfobarForProtectedMediaIdentifier[] =
|
|
|