aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__browser__web_applications__web_app.h
blob: 66de6ad2354620d5f1b5f8ff2a02721b070f999a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./chrome/browser/web_applications/web_app.h.orig	2014-08-20 21:02:13.000000000 +0200
+++ ./chrome/browser/web_applications/web_app.h	2014-08-22 15:06:25.000000000 +0200
@@ -193,7 +193,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.