aboutsummaryrefslogtreecommitdiff
path: root/devel/electron28/files/patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc
blob: 6e61caae18dd99c1388cb8b8792105e4c9979f59 (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-11-29 21:40:01 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;