$OpenBSD: patch-chrome_common_chrome_switches_cc,v 1.67 2021/11/16 11:28:46 robert Exp $ Index: chrome/common/chrome_switches.cc --- chrome/common/chrome_switches.cc.orig +++ chrome/common/chrome_switches.cc @@ -797,7 +797,7 @@ const char kAllowNaClSocketAPI[] = "allow-n #endif #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || \ - defined(OS_WIN) || defined(OS_FUCHSIA) + defined(OS_WIN) || defined(OS_FUCHSIA) || defined(OS_BSD) const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon"; // Causes the browser to launch directly in guest mode.