| Index: media/base/media_switches.cc
|
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
| index d6595a176390bf671720fae57d25fbfd0ef53b7e..eaeb3c223bb51c499552bbc7dc34b8c1a0802bd5 100644
|
| --- a/media/base/media_switches.cc
|
| +++ b/media/base/media_switches.cc
|
| @@ -99,11 +99,6 @@
|
| // .wav files should work. You can pass either <path> to play the file looping
|
| // or <path>%noloop to stop after playing the file to completion.
|
| const char kUseFileForFakeAudioCapture[] = "use-file-for-fake-audio-capture";
|
| -
|
| -// Use fake device for accelerated decoding of JPEG. This allows, for example,
|
| -// testing of the communication to the GPU service without requiring actual
|
| -// accelerator hardware to be present.
|
| -const char kUseFakeJpegDecodeAccelerator[] = "use-fake-jpeg-decode-accelerator";
|
|
|
| // Enables support for inband text tracks in media content.
|
| const char kEnableInbandTextTracks[] = "enable-inband-text-tracks";
|
|
|