blob: b290d11bd40ca499106f3fc5136eb3f60ca68fb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/channel_info.h.orig 2019-12-17 19:22:25 UTC
+++ chrome/common/channel_info.h
@@ -55,7 +55,7 @@ version_info::Channel GetChannelByName(const std::stri
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);
|