$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- src/3rdparty/chromium/content/child/child_process.cc.orig 2024-11-21 04:36:37.000000000 +0000 +++ src/3rdparty/chromium/content/child/child_process.cc @@ -66,7 +66,7 @@ ChildProcess::ChildProcess(base::ThreadT thread_pool_init_params) : resetter_(&child_process, this, nullptr), io_thread_(std::make_unique()) { -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) const base::CommandLine& command_line = *base::CommandLine::ForCurrentProcess(); const bool is_embedded_in_browser_process =