diff options
Diffstat (limited to 'www/iridium/files/patch-content_browser_utility__process__host.cc')
-rw-r--r-- | www/iridium/files/patch-content_browser_utility__process__host.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/iridium/files/patch-content_browser_utility__process__host.cc b/www/iridium/files/patch-content_browser_utility__process__host.cc deleted file mode 100644 index 8360a7efdc5e..000000000000 --- a/www/iridium/files/patch-content_browser_utility__process__host.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- content/browser/utility_process_host.cc.orig 2020-03-16 18:40:32 UTC -+++ content/browser/utility_process_host.cc -@@ -210,7 +210,7 @@ UtilityProcessHost::UtilityProcessHost() - - UtilityProcessHost::UtilityProcessHost(std::unique_ptr<Client> client) - : sandbox_type_(service_manager::SandboxType::kUtility), --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) - child_flags_(ChildProcessHost::CHILD_ALLOW_SELF), - #else - child_flags_(ChildProcessHost::CHILD_NORMAL), |