summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_utility__process__host.cc
blob: d0b26266bcf9b31d91b67c4ee1587245857f358b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/utility_process_host.cc.orig	2020-03-03 18:53:54 UTC
+++ content/browser/utility_process_host.cc
@@ -209,7 +209,7 @@ UtilityProcessHost::UtilityProcessHost()
 
 UtilityProcessHost::UtilityProcessHost(std::unique_ptr<Client> client)
     : sandbox_type_(service_manager::SANDBOX_TYPE_UTILITY),
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
       child_flags_(ChildProcessHost::CHILD_ALLOW_SELF),
 #else
       child_flags_(ChildProcessHost::CHILD_NORMAL),