aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_updater_configurator.cc
blob: 6dde4fa6365b6a69c522f5ce0bc9ab0a3819f161 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/updater/configurator.cc.orig	2023-07-16 15:47:57 UTC
+++ chrome/updater/configurator.cc
@@ -63,7 +63,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs>
         return absl::nullopt;
 #endif
       }()) {
-#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.