aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_audio_audio__manager.h
blob: 9ffa955e6f5acc470c1c120f86cc31bcb28c7d9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/audio/audio_manager.h.orig	2016-05-11 19:02:23 UTC
+++ media/audio/audio_manager.h
@@ -68,7 +68,7 @@ class MEDIA_EXPORT AudioManager {
   // See http://crbug.com/422522
   static void EnableCrashKeyLoggingForAudioThreadHangs();
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_FREEBSD)
   // Sets the name of the audio source as seen by external apps. Only actually
   // used with PulseAudio as of this writing.
   static void SetGlobalAppName(const std::string& app_name);