diff options
Diffstat (limited to 'devel/electron32/files/patch-content_public_browser_content__browser__client.cc')
-rw-r--r-- | devel/electron32/files/patch-content_public_browser_content__browser__client.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-content_public_browser_content__browser__client.cc b/devel/electron32/files/patch-content_public_browser_content__browser__client.cc deleted file mode 100644 index 7c665acafb5c..000000000000 --- a/devel/electron32/files/patch-content_public_browser_content__browser__client.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- content/public/browser/content_browser_client.cc.orig 2024-08-30 11:29:35 UTC -+++ content/public/browser/content_browser_client.cc -@@ -1327,7 +1327,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; |