Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: media/base/media_switches.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 60f9bbabbd0751b6de710827fd9b151910f44645..00f0083e9bc2187581f66e659aff568b7f27b838 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -17,11 +17,11 @@ extern const char kAlsaOutputDevice[];
extern const char kAlsaInputDevice[];
#endif
-#if defined(OS_LINUX)
+#if defined(USE_CRAS)
MEDIA_EXPORT extern const char kUseCras[];
#endif
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
+#if defined(USE_PULSEAUDIO)
MEDIA_EXPORT extern const char kUsePulseAudio[];
#endif

Powered by Google App Engine
This is Rietveld 408576698