Submitted by: Matthias Wolf via GitHub MFH: 2020Q3 Security: http://vuxml.freebsd.org/freebsd/9a447f78-d0f8-11ea-9837-e09467587c17.html Security: http://vuxml.freebsd.org/freebsd/870d59b0-c6c4-11ea-8015-e09467587c17.html
11 lines
446 B
C
11 lines
446 B
C
--- chrome/common/chrome_switches.h.orig 2020-07-07 21:58:14 UTC
|
|
+++ chrome/common/chrome_switches.h
|
|
@@ -255,7 +255,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
|