ports/www/chromium/files/patch-content_child_child__process.cc
Robert Nagy c080558054 www/chromium: update to 106.0.5249.61
Security:	18529cb0-3e9c-11ed-9bc7-3065ec8fd3ec
2022-09-28 10:00:11 +02:00

11 lines
540 B
C++

--- content/child/child_process.cc.orig 2022-09-24 10:57:32 UTC
+++ content/child/child_process.cc
@@ -68,7 +68,7 @@ ChildProcess::ChildProcess(base::ThreadType io_thread_
DCHECK(!g_lazy_child_process_tls.Pointer()->Get());
g_lazy_child_process_tls.Pointer()->Set(this);
-#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 =