mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
17 lines
678 B
C
17 lines
678 B
C
--- chrome/common/chrome_switches.h.orig 2024-08-26 12:06:38 UTC
|
|
+++ chrome/common/chrome_switches.h
|
|
@@ -279,12 +279,12 @@ extern const char kAllowNaClSocketAPI[];
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
|
|
- BUILDFLAG(IS_WIN)
|
|
+ BUILDFLAG(IS_WIN) || 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[];
|
|
extern const char kProfileManagementAttributes[];
|