blob: 2707656fa0547e7bf60cbd3ffc0faef663e41122 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- net/url_request/url_request_context.h.orig 2025-04-22 20:15:27 UTC
+++ net/url_request/url_request_context.h
@@ -86,7 +86,7 @@ class NET_EXPORT URLRequestContext final {
// session.
const HttpNetworkSessionContext* GetNetworkSessionContext() const;
-#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX)
+#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
// This function should not be used in Chromium, please use the version with
// NetworkTrafficAnnotationTag in the future.
//
|