--- net/url_request/url_request_context.cc.orig 2021-04-14 01:08:53 UTC +++ net/url_request/url_request_context.cc @@ -93,7 +93,7 @@ const HttpNetworkSession::Context* URLRequestContext:: // 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)) +#if !defined(OS_WIN) && !(defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)) std::unique_ptr URLRequestContext::CreateRequest( const GURL& url, RequestPriority priority,