aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_audio_audio__manager.h
blob: 8431068e1eb8396c0e99489016ee92985f356709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/audio/audio_manager.h.orig	2017-04-19 19:06:35 UTC
+++ media/audio/audio_manager.h
@@ -81,7 +81,7 @@ class MEDIA_EXPORT AudioManager {
   static void StartHangMonitorIfNeeded(
       scoped_refptr<base::SingleThreadTaskRunner> task_runner);
 
-#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);