aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc
blob: dd7271ca2db7972a089a8d666b93efdf4e9156b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/ppapi_plugin_process_host.cc.orig	2020-02-03 21:53:31 UTC
+++ content/browser/ppapi_plugin_process_host.cc
@@ -365,7 +365,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginIn
   base::CommandLine::StringType plugin_launcher =
       browser_command_line.GetSwitchValueNative(switches::kPpapiPluginLauncher);
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
                                         ChildProcessHost::CHILD_NORMAL;
 #elif defined(OS_MACOSX)