2023-08-16 22:26:55 +00:00
|
|
|
Index: chrome/common/chrome_switches.h
|
|
|
|
--- chrome/common/chrome_switches.h.orig
|
|
|
|
+++ chrome/common/chrome_switches.h
|
2023-09-14 00:49:35 +00:00
|
|
|
@@ -270,12 +270,12 @@ extern const char kAllowNaClSocketAPI[];
|
2023-08-16 22:26:55 +00:00
|
|
|
#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[];
|
2023-09-14 00:49:35 +00:00
|
|
|
extern const char kProfileManagementAttributes[];
|