aboutsummaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-chrome_test_base_scoped__channel__override__posix.cc
blob: 163cb93e276a8d9a12468f276697f2b68280612e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/test/base/scoped_channel_override_posix.cc.orig	2024-06-18 21:43:25 UTC
+++ chrome/test/base/scoped_channel_override_posix.cc
@@ -45,7 +45,7 @@ std::string GetVersionExtra(ScopedChannelOverride::Cha
       return "beta";
     case ScopedChannelOverride::Channel::kDev:
       return "unstable";
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     case ScopedChannelOverride::Channel::kCanary:
       return "canary";
 #endif  // BUILDFLAG(IS_LINUX)