2023-08-16 22:26:55 +00:00
|
|
|
Index: chrome/updater/configurator.cc
|
|
|
|
--- chrome/updater/configurator.cc.orig
|
|
|
|
+++ chrome/updater/configurator.cc
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -67,7 +67,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs>
|
|
|
|
return std::nullopt;
|
|
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
|
2023-08-16 22:26:55 +00:00
|
|
|
}()) {
|
|
|
|
-#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.
|