summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc
blob: 5a02013dd7d97e4155c6ca9a2a5c2dcae13e6c33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/browser_child_process_host_impl_receiver_bindings.cc.orig	2023-12-23 12:33:28 UTC
+++ content/browser/browser_child_process_host_impl_receiver_bindings.cc
@@ -62,7 +62,7 @@ void BrowserChildProcessHostImpl::BindHostReceiver(
     }
   }
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   if (auto r = receiver.As<mojom::ThreadTypeSwitcher>()) {
     child_thread_type_switcher_.Bind(std::move(r));
     return;