aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-services_network_network__context.cc
blob: 3babf4cacbec002cfcb0742a7337a07d87af6073 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/network/network_context.cc.orig	2021-06-11 09:55:35 UTC
+++ services/network/network_context.cc
@@ -2331,7 +2331,7 @@ NetworkContext::MakeSessionCleanupCookieStore() const 
 
   net::CookieCryptoDelegate* crypto_delegate = nullptr;
   if (params_->enable_encrypted_cookies) {
-#if (defined(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) && \
+#if (defined(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)) && \
     !BUILDFLAG(IS_CHROMECAST)
     DCHECK(network_service_->os_crypt_config_set())
         << "NetworkService::SetCryptConfig must be called before creating a "