aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_child_child__process.cc
blob: b30fb4f57f42443cc2568c1e67d76a6c8778348d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/child/child_process.cc.orig	2023-07-21 09:49:17 UTC
+++ content/child/child_process.cc
@@ -67,7 +67,7 @@ ChildProcess::ChildProcess(base::ThreadType io_thread_
       io_thread_(std::make_unique<ChildIOThread>()) {
   const base::CommandLine& command_line =
       *base::CommandLine::ForCurrentProcess();
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   const bool is_embedded_in_browser_process =
       !command_line.HasSwitch(switches::kProcessType);
   if (IsMojoCoreSharedLibraryEnabled() && !is_embedded_in_browser_process) {