$OpenBSD: patch-media_audio_audio_thread_impl_cc,v 1.3 2019/05/24 19:09:15 robert Exp $

Index: media/audio/audio_thread_impl.cc
--- media/audio/audio_thread_impl.cc.orig
+++ media/audio/audio_thread_impl.cc
@@ -33,7 +33,7 @@ AudioThreadImpl::AudioThreadImpl()
 #endif
   worker_task_runner_ = thread_.task_runner();
 
-#if !defined(OS_MACOSX) && !defined(OS_ANDROID)
+#if !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD)
   // Since we run on the main thread on Mac, we don't need a hang monitor.
   // https://crbug.com/946968: The hang monitor possibly causes crashes on
   // Android
