summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-content_child_child_process_cc
blob: 198447ade6ec64a1018dc3141f6472d5382ee1d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: content/child/child_process.cc
--- content/child/child_process.cc.orig
+++ content/child/child_process.cc
@@ -71,7 +71,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 =