aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_channel__info.h
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-01-16 20:59:10 +0000
committerRene Ladan <rene@FreeBSD.org>2020-01-16 20:59:10 +0000
commitb1f54f0fc1fb0cc165a0576e0903efc1ea241ef3 (patch)
treede284d6e6fac9a05189b48ba453d2e271bbb5e30 /www/chromium/files/patch-chrome_common_channel__info.h
parent0826a2d0170dffbbb73ec07216af1e4ad5dd19c0 (diff)
downloadports-b1f54f0fc1fb0cc165a0576e0903efc1ea241ef3.tar.gz
ports-b1f54f0fc1fb0cc165a0576e0903efc1ea241ef3.zip
www/chromium: update to 79.0.3945.117
Submitted by: Matthias Wolf via GitHub Pull requests: 169, 170 MFH: 2019Q2 (browser, security)
Notes
Notes: svn path=/head/; revision=523259
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, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_common_channel__info.h b/www/chromium/files/patch-chrome_common_channel__info.h
new file mode 100644
index 000000000000..b290d11bd40c
--- /dev/null
+++ b/www/chromium/files/patch-chrome_common_channel__info.h
@@ -0,0 +1,11 @@
+--- chrome/common/channel_info.h.orig 2019-12-17 19:22:25 UTC
++++ chrome/common/channel_info.h
+@@ -55,7 +55,7 @@ version_info::Channel GetChannelByName(const std::stri
+ std::string GetChannelSuffixForDataDir();
+ #endif
+
+-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
++#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
+ // Returns the channel-specific filename of the desktop shortcut used to launch
+ // the browser.
+ std::string GetDesktopName(base::Environment* env);