aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-content_public_browser_content__browser__client.cc
blob: e3abeaa6e1eb2d1f67d91524b8db870b02817c96 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                                       
                                                    
                                                                            







                                                                                 
--- content/public/browser/content_browser_client.cc.orig	2024-05-21 18:07:39 UTC
+++ content/public/browser/content_browser_client.cc
@@ -1293,7 +1293,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;