ports/www/chromium/files/patch-chrome_common_channel__info.h
Robert Nagy c080558054 www/chromium: update to 106.0.5249.61
Security:	18529cb0-3e9c-11ed-9bc7-3065ec8fd3ec
2022-09-28 10:00:11 +02:00

11 lines
562 B
C++

--- chrome/common/channel_info.h.orig 2022-09-24 10:57:32 UTC
+++ chrome/common/channel_info.h
@@ -106,7 +106,7 @@ std::string GetChannelSuffixForDataDir();
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
// Returns the channel-specific filename of the desktop shortcut used to launch
// the browser.
std::string GetDesktopName(base::Environment* env);