blob: de52fa804ea8ac54c81bb32a8043075d14ef38e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/chrome_switches.cc.orig 2020-07-07 21:58:14 UTC
+++ chrome/common/chrome_switches.cc
@@ -833,7 +833,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.
|