aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-content_public_browser_content__browser__client.cc
blob: 383c06d888c967d90e21b1123cd16a1b3c216008 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/browser/content_browser_client.cc.orig	2025-09-10 14:33:47 UTC
+++ content/public/browser/content_browser_client.cc
@@ -1396,7 +1396,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;