mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
11 lines
492 B
C++
11 lines
492 B
C++
--- content/browser/utility_process_host.cc.orig 2019-06-04 18:55:23 UTC
|
|
+++ content/browser/utility_process_host.cc
|
|
@@ -213,7 +213,7 @@ UtilityProcessHost::UtilityProcessHost(
|
|
: client_(client),
|
|
client_task_runner_(client_task_runner),
|
|
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),
|