aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc
blob: 65bbb0ec5f65009726600a49105d8ca1a6de1920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/web_applications/components/web_app_shortcut.cc.orig	2021-04-14 01:08:42 UTC
+++ chrome/browser/web_applications/components/web_app_shortcut.cc
@@ -33,7 +33,7 @@ namespace {
 
 #if defined(OS_MAC)
 const int kDesiredIconSizesForShortcut[] = {16, 32, 128, 256, 512};
-#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
+#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 // Linux supports icons of any size. FreeDesktop Icon Theme Specification states
 // that "Minimally you should install a 48x48 icon in the hicolor theme."
 const int kDesiredIconSizesForShortcut[] = {16, 32, 48, 128, 256, 512};