summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_channel__info.h
blob: d90a2ca8726d3ed9a3ec39dcae2761e6bedbf527 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/channel_info.h.orig	2022-02-28 16:54:41 UTC
+++ chrome/common/channel_info.h
@@ -107,7 +107,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);