aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-content_browser_utility__process__host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-content_browser_utility__process__host.cc')
-rw-r--r--devel/electron13/files/patch-content_browser_utility__process__host.cc22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/electron13/files/patch-content_browser_utility__process__host.cc b/devel/electron13/files/patch-content_browser_utility__process__host.cc
deleted file mode 100644
index e36ff4070525..000000000000
--- a/devel/electron13/files/patch-content_browser_utility__process__host.cc
+++ /dev/null
@@ -1,22 +0,0 @@
---- content/browser/utility_process_host.cc.orig 2021-07-15 19:13:39 UTC
-+++ content/browser/utility_process_host.cc
-@@ -67,7 +67,7 @@ UtilityProcessHost::UtilityProcessHost()
-
- UtilityProcessHost::UtilityProcessHost(std::unique_ptr<Client> client)
- : sandbox_type_(sandbox::policy::SandboxType::kUtility),
--#if defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- child_flags_(ChildProcessHost::CHILD_ALLOW_SELF),
- #else
- child_flags_(ChildProcessHost::CHILD_NORMAL),
-@@ -240,8 +240,8 @@ bool UtilityProcessHost::StartProcess() {
- sandbox::policy::switches::kNoSandbox,
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
- // of lacros-chrome is complete.
--#if defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_ASH) && \
-- !BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if defined(OS_BSD) || (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_ASH) && \
-+ !BUILDFLAG(IS_CHROMEOS_LACROS))
- switches::kDisableDevShmUsage,
- #endif
- #if defined(OS_MAC)