aboutsummaryrefslogtreecommitdiff
path: root/devel/electron28/files/patch-chrome_common_chrome__switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron28/files/patch-chrome_common_chrome__switches.h')
-rw-r--r--devel/electron28/files/patch-chrome_common_chrome__switches.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/electron28/files/patch-chrome_common_chrome__switches.h b/devel/electron28/files/patch-chrome_common_chrome__switches.h
new file mode 100644
index 000000000000..212a944f2c7c
--- /dev/null
+++ b/devel/electron28/files/patch-chrome_common_chrome__switches.h
@@ -0,0 +1,17 @@
+--- chrome/common/chrome_switches.h.orig 2023-11-29 21:39:54 UTC
++++ chrome/common/chrome_switches.h
+@@ -272,12 +272,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[];
+ extern const char kProfileManagementAttributes[];