$OpenBSD: patch-chrome_browser_web_applications_extensions_extension_status_utils_cc,v 1.3 2021/11/16 11:28:46 robert Exp $

Index: chrome/browser/web_applications/extensions/extension_status_utils.cc
--- chrome/browser/web_applications/extensions/extension_status_utils.cc.orig
+++ chrome/browser/web_applications/extensions/extension_status_utils.cc
@@ -76,7 +76,7 @@ bool IsExternalExtensionUninstalled(content::BrowserCo
   return prefs && prefs->IsExternalExtensionUninstalled(extension_id);
 }
 
-#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || defined(OS_BSD)
 bool IsExtensionUnsupportedDeprecatedApp(content::BrowserContext* context,
                                          const std::string& extension_id) {
   if (!base::FeatureList::IsEnabled(features::kChromeAppsDeprecation))
