aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-chrome_updater_configurator.cc
blob: f97b8a473d645da7efe704a5ea6449ceb6c4cb38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/updater/configurator.cc.orig	2023-02-01 18:43:15 UTC
+++ chrome/updater/configurator.cc
@@ -57,7 +57,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs>
           base::MakeRefCounted<update_client::InProcessUnzipperFactory>()),
       patch_factory_(
           base::MakeRefCounted<update_client::InProcessPatcherFactory>()) {
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // On Linux creating the NetworkFetcherFactory requires performing blocking IO
   // to load an external library. This should be done when the configurator is
   // created.