aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc
blob: 857ae62066db7347bbea98e9159f0f7739b70c4c (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-12-10 06:10:27 UTC
+++ extensions/browser/api/api_browser_context_keyed_service_factories.cc
@@ -107,7 +107,7 @@ void EnsureApiBrowserContextKeyedServiceFactoriesBuilt
   MessagingAPIMessageFilter::EnsureAssociatedFactoryBuilt();
 #endif
 #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \
-    BUILDFLAG(IS_MAC)
+    BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
   NetworkingPrivateEventRouterFactory::GetInstance();
 #endif
   OffscreenDocumentManager::GetFactory();