aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__request__context__manager.cc
blob: 2e439c50e4a68dad3faf00b9b19071c7a309db58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- headless/lib/browser/headless_request_context_manager.cc.orig	2024-02-25 20:22:18 UTC
+++ headless/lib/browser/headless_request_context_manager.cc
@@ -64,7 +64,7 @@ void SetCryptKeyOnce(const base::FilePath& user_data_p
     return;
   done_once = true;
 
-#if (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)) && defined(HEADLESS_USE_PREFS)
+#if (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(HEADLESS_USE_PREFS)
   // The OSCrypt keys are process bound, so if network service is out of
   // process, send it the required key if it is available.
   if (content::IsOutOfProcessNetworkService()