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

Index: chrome/browser/web_applications/web_app_shortcut.cc
--- chrome/browser/web_applications/web_app_shortcut.cc.orig
+++ chrome/browser/web_applications/web_app_shortcut.cc
@@ -34,7 +34,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};
