aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_channel__info.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_common_channel__info.h')
-rw-r--r--www/chromium/files/patch-chrome_common_channel__info.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/www/chromium/files/patch-chrome_common_channel__info.h b/www/chromium/files/patch-chrome_common_channel__info.h
index c7cfd27348bc..a6c8d6364e88 100644
--- a/www/chromium/files/patch-chrome_common_channel__info.h
+++ b/www/chromium/files/patch-chrome_common_channel__info.h
@@ -1,6 +1,13 @@
---- chrome/common/channel_info.h.orig 2022-09-24 10:57:32 UTC
+--- chrome/common/channel_info.h.orig 2023-04-28 17:01:32 UTC
+++ chrome/common/channel_info.h
-@@ -106,7 +106,7 @@ std::string GetChannelSuffixForDataDir();
+@@ -104,13 +104,13 @@ void ClearChannelForTesting();
+ std::string GetChannelSuffixForDataDir();
+ #endif
+
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ std::string GetChannelSuffixForExtraFlagsEnvVarName();
+ #endif
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.