$OpenBSD: patch-chrome_common_channel_info_h,v 1.8 2021/11/16 11:28:46 robert Exp $

Index: chrome/common/channel_info.h
--- chrome/common/channel_info.h.orig
+++ 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 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);
