summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc
blob: 542e7c7ce960087dfab0e87c414b7b5f05da01f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/browser/api/api_browser_context_keyed_service_factories.cc.orig	2023-07-21 09:49:17 UTC
+++ extensions/browser/api/api_browser_context_keyed_service_factories.cc
@@ -104,7 +104,7 @@ void EnsureApiBrowserContextKeyedServiceFactoriesBuilt
   MessageService::GetFactoryInstance();
   MessagingAPIMessageFilter::EnsureAssociatedFactoryBuilt();
 #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \
-    BUILDFLAG(IS_MAC)
+    BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
   NetworkingPrivateEventRouterFactory::GetInstance();
 #endif
   OffscreenDocumentManager::GetFactory();