blob: ae4f5d7d6fa54f8c1ffd23c02e35239c1f0ec4e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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.
|