aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__browser__web_applications__web_app.h
blob: 8285ed378ebb6d17d1c41cf7038ade55fd25a1b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/web_applications/web_app.h.orig	2014-10-10 08:54:11 UTC
+++ chrome/browser/web_applications/web_app.h
@@ -208,7 +208,7 @@
 void GetIconsInfo(const WebApplicationInfo& app_info, IconInfoList* icons);
 #endif
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_FREEBSD)
 // 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.