blob: b65c4fbe3f862db00447722d9200cdc94fb6c424 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/chrome_switches.cc.orig 2021-09-24 04:26:00 UTC
+++ chrome/common/chrome_switches.cc
@@ -796,7 +796,7 @@ const char kAllowNaClFileHandleAPI[] = "allow-n
const char kAllowNaClSocketAPI[] = "allow-nacl-socket-api";
#endif
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || \
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || defined(OS_BSD) || \
defined(OS_WIN) || defined(OS_FUCHSIA)
const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon";
|