blob: 90c3fb35a3965a629e082d52709f0b876fe0cdcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/child/child_process.cc.orig 2022-02-28 16:54:41 UTC
+++ content/child/child_process.cc
@@ -52,7 +52,7 @@ ChildProcess::ChildProcess(base::ThreadPriority io_thr
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 =
|