$NetBSD: patch-src_3rdparty_chromium_media_audio_audio__manager.h,v 1.2 2022/04/18 11:18:19 adam Exp $ --- src/3rdparty/chromium/media/audio/audio_manager.h.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/media/audio/audio_manager.h @@ -60,7 +60,7 @@ class MEDIA_EXPORT AudioManager { static std::unique_ptr CreateForTesting( std::unique_ptr audio_thread); -#if defined(OS_LINUX) || defined(OS_CHROMEOS) +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) // Sets the name of the audio source as seen by external apps. Only actually // used with PulseAudio and MPRIS as of this writing. static void SetGlobalAppName(const std::string& app_name);