blob: b74b2a84cd4415fb065eca0ddb9787487fb8dd60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-net_url_request_url_fetcher_h,v 1.8 2021/09/01 16:54:40 robert Exp $
Index: net/url_request/url_fetcher.h
--- net/url_request/url_fetcher.h.orig
+++ net/url_request/url_fetcher.h
@@ -354,7 +354,7 @@ class NET_EXPORT URLFetcher {
// 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))) || \
+ !(defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))) || \
defined(OS_CHROMEOS)
// |url| is the URL to send the request to. It must be valid.
// |request_type| is the type of request to make.
|