aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_browser_content__browser__client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_public_browser_content__browser__client.cc')
-rw-r--r--www/chromium/files/patch-content_public_browser_content__browser__client.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content_public_browser_content__browser__client.cc b/www/chromium/files/patch-content_public_browser_content__browser__client.cc
new file mode 100644
index 000000000000..0d6aa46e7feb
--- /dev/null
+++ b/www/chromium/files/patch-content_public_browser_content__browser__client.cc
@@ -0,0 +1,11 @@
+--- content/public/browser/content_browser_client.cc.orig 2023-12-10 06:10:27 UTC
++++ content/public/browser/content_browser_client.cc
+@@ -1273,7 +1273,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;