Index: media/base/media_switches.cc |
=================================================================== |
--- media/base/media_switches.cc (revision 110589) |
+++ media/base/media_switches.cc (working copy) |
@@ -13,10 +13,8 @@ |
const char kAlsaInputDevice[] = "alsa-input-device"; |
#endif |
-#if defined(OS_POSIX) && !defined(OS_MACOSX) |
-// Use PulseAudio on platforms that support it. |
+// Use PulseAudio instead of ALSA on Linux. |
const char kUsePulseAudio[] = "use-pulseaudio"; |
-#endif |
// Set number of threads to use for video decoding. |
const char kVideoThreads[] = "video-threads"; |