aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-net_url__request_url__request__context.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-net_url__request_url__request__context.h')
-rw-r--r--devel/electron13/files/patch-net_url__request_url__request__context.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-net_url__request_url__request__context.h b/devel/electron13/files/patch-net_url__request_url__request__context.h
new file mode 100644
index 000000000000..a79e65091121
--- /dev/null
+++ b/devel/electron13/files/patch-net_url__request_url__request__context.h
@@ -0,0 +1,11 @@
+--- net/url_request/url_request_context.h.orig 2021-04-14 01:08:53 UTC
++++ net/url_request/url_request_context.h
+@@ -85,7 +85,7 @@ class NET_EXPORT URLRequestContext
+
+ // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
+ // complete.
+-#if !defined(OS_WIN) && !(defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
++#if !defined(OS_WIN) && !(defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))
+ // This function should not be used in Chromium, please use the version with
+ // NetworkTrafficAnnotationTag in the future.
+ //