aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_content_child_child__process.cc
blob: 5e6ce6e5239138f5bd465f691bc9ac056779cbdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/content/child/child_process.cc.orig	2023-09-13 12:11:42 UTC
+++ src/3rdparty/chromium/content/child/child_process.cc
@@ -70,7 +70,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) {