diff options
Diffstat (limited to 'devel/electron39/files/patch-chrome_common_chrome__switches.h')
| -rw-r--r-- | devel/electron39/files/patch-chrome_common_chrome__switches.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-chrome_common_chrome__switches.h b/devel/electron39/files/patch-chrome_common_chrome__switches.h new file mode 100644 index 000000000000..328b8070a90f --- /dev/null +++ b/devel/electron39/files/patch-chrome_common_chrome__switches.h @@ -0,0 +1,20 @@ +--- chrome/common/chrome_switches.h.orig 2025-10-21 20:19:54 UTC ++++ chrome/common/chrome_switches.h +@@ -285,7 +285,7 @@ extern const char kDebugPrint[]; + #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[]; +@@ -305,7 +305,7 @@ extern const char kGlicAdminRedirectPatterns[]; + extern const char kGlicAdminRedirectPatterns[]; + #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[]; |
