summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-net_url_request_url_fetcher_h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/patch-net_url_request_url_fetcher_h')
-rw-r--r--www/chromium-uc/patches/patch-net_url_request_url_fetcher_h14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium-uc/patches/patch-net_url_request_url_fetcher_h b/www/chromium-uc/patches/patch-net_url_request_url_fetcher_h
deleted file mode 100644
index b74b2a8..0000000
--- a/www/chromium-uc/patches/patch-net_url_request_url_fetcher_h
+++ /dev/null
@@ -1,14 +0,0 @@
1$OpenBSD: patch-net_url_request_url_fetcher_h,v 1.8 2021/09/01 16:54:40 robert Exp $
2
3Index: net/url_request/url_fetcher.h
4--- net/url_request/url_fetcher.h.orig
5+++ net/url_request/url_fetcher.h
6@@ -354,7 +354,7 @@ class NET_EXPORT URLFetcher {
7 // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
8 // complete.
9 #if (!defined(OS_WIN) && \
10- !(defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))) || \
11+ !(defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))) || \
12 defined(OS_CHROMEOS)
13 // |url| is the URL to send the request to. It must be valid.
14 // |request_type| is the type of request to make.