blob: 0cf96df2deef93a7ed067db484c057d88666a0b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/chrome_switches.cc.orig 2020-03-16 18:40:30 UTC
+++ chrome/common/chrome_switches.cc
@@ -846,7 +846,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.
|