--- 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,