diff options
Diffstat (limited to 'devel/electron33/files/patch-content_public_browser_content__browser__client.cc')
-rw-r--r-- | devel/electron33/files/patch-content_public_browser_content__browser__client.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-content_public_browser_content__browser__client.cc b/devel/electron33/files/patch-content_public_browser_content__browser__client.cc deleted file mode 100644 index 91b5967840db..000000000000 --- a/devel/electron33/files/patch-content_public_browser_content__browser__client.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |