aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_chrome__switches.h
blob: 00260650b154defd20a4e1b4e3e106b86ec693fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/chrome_switches.h.orig	2019-12-16 21:51:24 UTC
+++ chrome/common/chrome_switches.h
@@ -263,7 +263,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