mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
17 lines
685 B
C
17 lines
685 B
C
--- chrome/common/chrome_switches.h.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/common/chrome_switches.h
|
|
@@ -265,12 +265,12 @@ extern const char kAllowNaClSocketAPI[];
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
|
|
- BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
extern const char kEnableNewAppMenuIcon[];
|
|
extern const char kGuest[];
|
|
#endif
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
|
|
extern const char kListApps[];
|
|
extern const char kProfileBaseName[];
|
|
#endif
|