blob: a3cc7dfb23585b9a50f463789686e4fae27b116f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- net/url_request/url_request_context.cc.orig 2025-04-22 20:15:27 UTC
+++ net/url_request/url_request_context.cc
@@ -119,7 +119,7 @@ const HttpNetworkSessionContext* URLRequestContext::Ge
return &network_session->context();
}
-#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX)
+#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
std::unique_ptr<URLRequest> URLRequestContext::CreateRequest(
const GURL& url,
RequestPriority priority,
|