aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-net_url__request_url__fetcher.h
blob: 2e9466c0dd77ae9fd4654edece121610ad05d252 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                               
                                 
                                                 

                                                                               



                                                                                        

                                                                
--- net/url_request/url_fetcher.h.orig	2022-03-25 21:59:56 UTC
+++ net/url_request/url_fetcher.h
@@ -344,7 +344,7 @@ class NET_EXPORT URLFetcher {
 // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
 // complete.
 #if (!BUILDFLAG(IS_WIN) &&                                       \
-     !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))) || \
+     !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD))) || \
     BUILDFLAG(IS_CHROMEOS)
   // |url| is the URL to send the request to. It must be valid.
   // |request_type| is the type of request to make.