blob: d71921c12f3a09f610b7a29947827c2e7c319a49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/chrome_switches.cc.orig 2020-05-13 18:40:25 UTC
+++ 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.
|