SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
www/iridium/patches/patch-chrome_common_channel_info_h
Normal file
19
www/iridium/patches/patch-chrome_common_channel_info_h
Normal file
|
@ -0,0 +1,19 @@
|
|||
Index: chrome/common/channel_info.h
|
||||
--- chrome/common/channel_info.h.orig
|
||||
+++ chrome/common/channel_info.h
|
||||
@@ -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.
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
|
||||
// Returns the channel-specific filename of the desktop shortcut used to launch
|
||||
// the browser.
|
||||
std::string GetDesktopName(base::Environment* env);
|
Loading…
Add table
Add a link
Reference in a new issue