blob: c66eeab224570b858c4d429864cdb577f70d1c9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/browser/ppapi_plugin_process_host.cc.orig 2019-07-24 18:58:23 UTC
+++ content/browser/ppapi_plugin_process_host.cc
@@ -361,7 +361,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)
|