aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-chrome_browser_apps_app__service_publishers_extension__apps.cc
blob: e5ce2a2fcb9ba42ee7258826763f2e61f43e4080 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                                               
                                                                
                                                            







                                                                          
--- chrome/browser/apps/app_service/publishers/extension_apps.cc.orig	2024-01-30 07:53:34 UTC
+++ chrome/browser/apps/app_service/publishers/extension_apps.cc
@@ -24,7 +24,7 @@ ExtensionApps::~ExtensionApps() = default;
 
 bool ExtensionApps::Accepts(const extensions::Extension* extension) {
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_FUCHSIA)
+    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
   if (extensions::IsExtensionUnsupportedDeprecatedApp(profile(),
                                                       extension->id())) {
     return false;