1 --- src/3rdparty/chromium/chrome/common/channel_info.h.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/chrome/common/channel_info.h
3 @@ -12,7 +12,7 @@
4  #include "build/build_config.h"
5  #include "build/chromeos_buildflags.h"
6 
7 -#if BUILDFLAG(IS_LINUX)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
9  namespace base {
10  class Environment;
11  }
12 @@ -100,7 +100,7 @@ std::string GetChannelSuffixForDataDir();
13  std::string GetChannelSuffixForDataDir();
14  #endif
15 
16 -#if BUILDFLAG(IS_LINUX)
17 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
18  std::string GetChannelSuffixForExtraFlagsEnvVarName();
19 
20  // Returns the channel-specific filename of the desktop shortcut used to launch
21