diff options
Diffstat (limited to 'devel/electron39/files/patch-chrome_common_chrome__switches.cc')
| -rw-r--r-- | devel/electron39/files/patch-chrome_common_chrome__switches.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-chrome_common_chrome__switches.cc b/devel/electron39/files/patch-chrome_common_chrome__switches.cc new file mode 100644 index 000000000000..9206f19a9cf3 --- /dev/null +++ b/devel/electron39/files/patch-chrome_common_chrome__switches.cc @@ -0,0 +1,20 @@ +--- chrome/common/chrome_switches.cc.orig 2025-10-21 20:19:54 UTC ++++ chrome/common/chrome_switches.cc +@@ -939,7 +939,7 @@ const char kDebugPrint[] = "debug-print"; + #endif + + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ +- BUILDFLAG(IS_WIN) ++ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon"; + + // Causes the browser to launch directly in guest mode. +@@ -975,7 +975,7 @@ const char kGlicAdminRedirectPatterns[] = "glic-admin- + const char kGlicAdminRedirectPatterns[] = "glic-admin-redirect-patterns"; + #endif + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + // Writes open and installed web apps for each profile to the specified file + // without launching a new browser window or tab. Pass a absolute file path + // to specify where to output the information. Can be used together with |
