blob: 971ef7da360d7cb02dda42295a5e7faf91496058 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/chrome_switches.h.orig 2021-05-12 22:05:46 UTC
+++ chrome/common/chrome_switches.h
@@ -253,7 +253,7 @@ extern const char kAllowNaClFileHandleAPI[];
extern const char kAllowNaClSocketAPI[];
#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)
extern const char kEnableNewAppMenuIcon[];
extern const char kGuest[];
|