aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc
blob: 0b9765d2c92885d456a06939d07a592a63e05eac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/ppapi_plugin_process_host.cc.orig	2021-04-14 18:41:02 UTC
+++ content/browser/ppapi_plugin_process_host.cc
@@ -303,7 +303,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginIn
   base::CommandLine::StringType plugin_launcher =
       browser_command_line.GetSwitchValueNative(switches::kPpapiPluginLauncher);
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
                                         ChildProcessHost::CHILD_NORMAL;
 #else