aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-net_url__request_url__request__context.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-net_url__request_url__request__context.h')
-rw-r--r--devel/electron33/files/patch-net_url__request_url__request__context.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-net_url__request_url__request__context.h b/devel/electron33/files/patch-net_url__request_url__request__context.h
deleted file mode 100644
index 3633a6a13907..000000000000
--- a/devel/electron33/files/patch-net_url__request_url__request__context.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- net/url_request/url_request_context.h.orig 2024-08-14 20:55:09 UTC
-+++ net/url_request/url_request_context.h
-@@ -91,7 +91,7 @@ class NET_EXPORT URLRequestContext final {
- // TODO(crbug.com/40118868): Revisit once build flag switch of lacros-chrome is
- // complete.
- #if !BUILDFLAG(IS_WIN) && \
-- !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
-+ !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD))
- // This function should not be used in Chromium, please use the version with
- // NetworkTrafficAnnotationTag in the future.
- //