$OpenBSD: patch-src_3rdparty_chromium_chrome_common_chrome_switches_cc,v 1.2 2021/01/19 06:16:33 rsadowski Exp $

Index: src/3rdparty/chromium/chrome/common/chrome_switches.cc
--- src/3rdparty/chromium/chrome/common/chrome_switches.cc.orig
+++ src/3rdparty/chromium/chrome/common/chrome_switches.cc
@@ -850,7 +850,7 @@ const char kAllowNaClFileHandleAPI[]        = "allow-n
 const char kAllowNaClSocketAPI[]            = "allow-nacl-socket-api";
 #endif
 
-#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN)
+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_BSD)
 const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon";
 
 // Causes the browser to launch directly in guest mode.
