diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-chrome_common_channel_info_posix_cc')
| -rw-r--r-- | www/chromium-uc/patches/patch-chrome_common_channel_info_posix_cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-chrome_common_channel_info_posix_cc b/www/chromium-uc/patches/patch-chrome_common_channel_info_posix_cc new file mode 100644 index 0000000..33f44c5 --- /dev/null +++ b/www/chromium-uc/patches/patch-chrome_common_channel_info_posix_cc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-chrome_common_channel_info_posix_cc,v 1.8 2021/09/01 16:54:39 robert Exp $ | ||
| 2 | |||
| 3 | Index: chrome/common/channel_info_posix.cc | ||
| 4 | --- chrome/common/channel_info_posix.cc.orig | ||
| 5 | +++ chrome/common/channel_info_posix.cc | ||
| 6 | @@ -93,7 +93,7 @@ std::string GetChannelSuffixForDataDir() { | ||
| 7 | |||
| 8 | // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch | ||
| 9 | // of lacros-chrome is complete. | ||
| 10 | -#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) | ||
| 11 | +#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD) | ||
| 12 | std::string GetDesktopName(base::Environment* env) { | ||
| 13 | #if BUILDFLAG(GOOGLE_CHROME_BRANDING) | ||
| 14 | // Google Chrome packaged as a snap is a special case: the application name | ||
