mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
20 lines
811 B
C
20 lines
811 B
C
--- chrome/common/chrome_switches.h.orig 2025-04-16 18:18:42 UTC
|
|
+++ chrome/common/chrome_switches.h
|
|
@@ -271,7 +271,7 @@ 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[];
|
|
extern const char kForceNtpMobilePromo[];
|
|
@@ -286,7 +286,7 @@ extern const char kGlicAllowedOrigins[];
|
|
extern const char kGlicDev[];
|
|
#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[];
|