diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_common_channel__info.h')
-rw-r--r-- | www/chromium/files/patch-chrome_common_channel__info.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-chrome_common_channel__info.h b/www/chromium/files/patch-chrome_common_channel__info.h index 629b7b62143d..9d9370a08672 100644 --- a/www/chromium/files/patch-chrome_common_channel__info.h +++ b/www/chromium/files/patch-chrome_common_channel__info.h @@ -1,15 +1,15 @@ ---- chrome/common/channel_info.h.orig 2024-06-17 12:56:06 UTC +--- chrome/common/channel_info.h.orig 2025-04-04 08:52:13 UTC +++ chrome/common/channel_info.h -@@ -12,7 +12,7 @@ +@@ -11,7 +11,7 @@ + #include "build/branding_buildflags.h" #include "build/build_config.h" - #include "build/chromeos_buildflags.h" -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) namespace base { class Environment; } -@@ -100,7 +100,7 @@ void ClearChannelIdForTesting(); +@@ -99,7 +99,7 @@ void ClearChannelIdForTesting(); std::string GetChannelSuffixForDataDir(); #endif |