summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_common_channel__info__posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-chrome_common_channel__info__posix.cc')
-rw-r--r--www/iridium/files/patch-chrome_common_channel__info__posix.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/iridium/files/patch-chrome_common_channel__info__posix.cc b/www/iridium/files/patch-chrome_common_channel__info__posix.cc
deleted file mode 100644
index 11726bed5663..000000000000
--- a/www/iridium/files/patch-chrome_common_channel__info__posix.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/common/channel_info_posix.cc.orig 2020-02-03 21:52:41 UTC
-+++ chrome/common/channel_info_posix.cc
-@@ -67,7 +67,7 @@ std::string GetChannelSuffixForDataDir() {
- }
- }
-
--#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
-+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
- std::string GetDesktopName(base::Environment* env) {
- #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
- version_info::Channel product_channel(GetChannel());
-@@ -89,7 +89,7 @@ std::string GetDesktopName(base::Environment* env) {
- return "chromium-browser.desktop";
- #endif
- }
--#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS)
-+#endif // (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
-
- version_info::Channel GetChannel() {
- return GetChannelImpl(nullptr);