aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_channel__info.h
blob: 172daf17329dccdfcdaaf8fa2db9db6f3ccba399 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/channel_info.h.orig	2020-11-13 06:36:38 UTC
+++ chrome/common/channel_info.h
@@ -61,7 +61,7 @@ bool IsSideBySideCapable();
 std::string GetChannelSuffixForDataDir();
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
 // Returns the channel-specific filename of the desktop shortcut used to launch
 // the browser.
 std::string GetDesktopName(base::Environment* env);