aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc
blob: 0445d8d84e9f9228da8a377eaac40788a9250a77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/ppapi_plugin_process_host.cc.orig	2021-12-14 11:45:05 UTC
+++ content/browser/ppapi_plugin_process_host.cc
@@ -305,7 +305,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