$OpenBSD: patch-chrome_browser_apps_platform_apps_platform_app_launch_h,v 1.1 2021/10/29 14:49:39 robert Exp $

Index: chrome/browser/apps/platform_apps/platform_app_launch.h
--- chrome/browser/apps/platform_apps/platform_app_launch.h.orig
+++ chrome/browser/apps/platform_apps/platform_app_launch.h
@@ -36,7 +36,7 @@ bool OpenExtensionApplicationWindow(Profile* profile,
 // and false otherwise.
 bool OpenExtensionApplicationTab(Profile* profile, const std::string& app_id);
 
-#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || defined(OS_BSD)
 // Opens the deprecated Chrome Apps flow if |app_id| refers to a Chrome App and
 // Chrome Apps are deprecated on the |profile|. Returns true if that was the
 // case, or false otherwise.
