aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-content_public_browser_content__browser__client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-content_public_browser_content__browser__client.cc')
-rw-r--r--devel/electron37/files/patch-content_public_browser_content__browser__client.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-content_public_browser_content__browser__client.cc b/devel/electron37/files/patch-content_public_browser_content__browser__client.cc
new file mode 100644
index 000000000000..2744140383de
--- /dev/null
+++ b/devel/electron37/files/patch-content_public_browser_content__browser__client.cc
@@ -0,0 +1,11 @@
+--- content/public/browser/content_browser_client.cc.orig 2025-07-04 05:17:06 UTC
++++ content/public/browser/content_browser_client.cc
+@@ -1420,7 +1420,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem
+ // that can be adequately sandboxed.
+ // Currently Android's network service will not run out of process or sandboxed,
+ // so OutOfProcessSystemDnsResolution is not currently enabled on Android.
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ return true;
+ #else
+ return false;