Chromium Code Reviews| Index: media/base/media_switches.cc |
| =================================================================== |
| --- media/base/media_switches.cc (revision 139782) |
| +++ media/base/media_switches.cc (working copy) |
| @@ -26,7 +26,4 @@ |
| // Set number of threads to use for video decoding. |
| const char kVideoThreads[] = "video-threads"; |
| -// Enables browser-side audio mixer. |
| -const char kEnableAudioMixer[] = "enable-audio-mixer"; |
|
scherkus (not reviewing)
2012/05/31 18:15:28
this should be changed to disable-audio-mixer
|
| - |
| } // namespace switches |