diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_common_channel__info.h')
-rw-r--r-- | www/chromium/files/patch-chrome_common_channel__info.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-chrome_common_channel__info.h b/www/chromium/files/patch-chrome_common_channel__info.h index 172daf17329d..930457ad1c88 100644 --- a/www/chromium/files/patch-chrome_common_channel__info.h +++ b/www/chromium/files/patch-chrome_common_channel__info.h @@ -1,11 +1,11 @@ ---- chrome/common/channel_info.h.orig 2020-11-13 06:36:38 UTC +--- chrome/common/channel_info.h.orig 2021-03-12 23:57:19 UTC +++ chrome/common/channel_info.h -@@ -61,7 +61,7 @@ bool IsSideBySideCapable(); - std::string GetChannelSuffixForDataDir(); - #endif +@@ -70,7 +70,7 @@ std::string GetChannelSuffixForDataDir(); --#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) + // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch + // of lacros-chrome is complete. +-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) ++#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD) // Returns the channel-specific filename of the desktop shortcut used to launch // the browser. std::string GetDesktopName(base::Environment* env); |