aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-services_network_network__context.cc
blob: 44a757711a14b169b7aa226b3dd9e9dfdc643356 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/network/network_context.cc.orig	2021-07-19 18:45:20 UTC
+++ services/network/network_context.cc
@@ -2333,7 +2333,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 "