$OpenBSD: patch-remoting_host_chromoting_host_context_cc,v 1.2 2021/10/29 14:49:41 robert Exp $

Index: remoting/host/chromoting_host_context.cc
--- remoting/host/chromoting_host_context.cc.orig
+++ remoting/host/chromoting_host_context.cc
@@ -143,7 +143,7 @@ std::unique_ptr<ChromotingHostContext> ChromotingHostC
   // on a UI thread.
   scoped_refptr<AutoThreadTaskRunner> input_task_runner =
       AutoThread::CreateWithType("ChromotingInputThread", ui_task_runner,
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
                                  base::MessagePumpType::UI);
 #else
                                  base::MessagePumpType::IO);
