$OpenBSD: patch-chrome_common_channel_info_posix_cc,v 1.3 2021/04/01 10:24:44 robert Exp $

Index: chrome/common/channel_info_posix.cc
--- chrome/common/channel_info_posix.cc.orig
+++ chrome/common/channel_info_posix.cc
@@ -67,7 +67,7 @@ std::string GetChannelSuffixForDataDir() {
   }
 }
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
 std::string GetDesktopName(base::Environment* env) {
 #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
   // Google Chrome packaged as a snap is a special case: the application name
