blob: 11cee03187c32cb89f9dbfb500ebe408df057186 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/chrome_switches.h.orig 2020-05-13 18:40:25 UTC
+++ chrome/common/chrome_switches.h
@@ -259,7 +259,7 @@ extern const char kAllowNaClFileHandleAPI[];
extern const char kAllowNaClSocketAPI[];
#endif
-#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN)
+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_BSD)
extern const char kEnableNewAppMenuIcon[];
extern const char kGuest[];
#endif
|