summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-services_network_network__service.cc
blob: 384827937c065e5b78fea8ec7fd3a7cf19eba386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/network/network_service.cc.orig	2022-09-24 10:57:32 UTC
+++ services/network/network_service.cc
@@ -83,7 +83,7 @@
 #include "third_party/boringssl/src/include/openssl/cpu.h"
 #endif
 
-#if (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CASTOS)) || \
+#if ((BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CASTOS)) || BUILDFLAG(IS_BSD)) || \
     BUILDFLAG(IS_CHROMEOS_LACROS)
 
 #include "components/os_crypt/key_storage_config_linux.h"