$OpenBSD: patch-chrome_browser_web_applications_web_app_h,v 1.17 2018/09/12 17:08:22 robert Exp $
Index: chrome/browser/web_applications/web_app.h
--- chrome/browser/web_applications/web_app.h.orig
+++ chrome/browser/web_applications/web_app.h
@@ -176,7 +176,7 @@ void UpdateShortcutsForAllApps(Profile* profile, base:
 // Returns true if given url is a valid web app url.
 bool IsValidUrl(const GURL& url);
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
 // Windows that correspond to web apps need to have a deterministic (and
 // different) WMClass than normal chrome windows so the window manager groups
 // them as a separate application.
