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

                                                                         
                                                                         
 




                                                                                       
--- chrome/browser/web_applications/extension_status_utils.h.orig	2024-04-19 13:02:56 UTC
+++ chrome/browser/web_applications/extension_status_utils.h
@@ -55,7 +55,7 @@ bool IsExternalExtensionUninstalled(content::BrowserCo
 bool ClearExternalExtensionUninstalled(content::BrowserContext* context,
                                        const std::string& extension_id);
 
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 // If this method returns true, then |extension_id| will not be launchable.
 //
 // The eventual goal is that this method should return true for all hosted apps,