blob: 91b5967840db1030e0540bf471bbd60e2a543b03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/public/browser/content_browser_client.cc.orig 2024-10-28 21:05:15 UTC
+++ content/public/browser/content_browser_client.cc
@@ -1332,7 +1332,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;
|