aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_browser_web__applications_extension__status__utils.h
blob: 97f9e5141b0a06b539287cad19b04387e6bd023c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/web_applications/extension_status_utils.h.orig	2023-06-05 19:39:05 UTC
+++ chrome/browser/web_applications/extension_status_utils.h
@@ -56,7 +56,7 @@ bool ClearExternalExtensionUninstalled(content::Browse
                                        const std::string& extension_id);
 
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_FUCHSIA)
+    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
 // Returns whether |extension_id| is a Chrome App and should be blocked by the
 // Chrome Apps Deprecation. Policy installed Chrome Apps are still allowed, and
 // all apps are allowed if the deprecation feature flag is not enabled.