blob: 8b9b73a4daf34dd01132735d05ca6e02d826e6c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/test/base/scoped_channel_override_posix.cc.orig 2025-05-28 14:55:43 UTC
+++ chrome/test/base/scoped_channel_override_posix.cc
@@ -43,7 +43,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)
|