summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_base_chromoting__event.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-11-05 19:35:13 +0000
committerRene Ladan <rene@FreeBSD.org>2019-11-05 19:35:13 +0000
commit03d66a659ae5011ca0d5279cafb1596a982a06d8 (patch)
treeb8c8cd52f300381a02e32bdea5d4eae6f30262fc /www/chromium/files/patch-remoting_base_chromoting__event.cc
parentUpdate to 1.37.0 (diff)
www/chromium: update to 78.0.3904.87
Submitted by: Matthias Wolf via github MFH: 2019Q4
Diffstat (limited to 'www/chromium/files/patch-remoting_base_chromoting__event.cc')
-rw-r--r--www/chromium/files/patch-remoting_base_chromoting__event.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-remoting_base_chromoting__event.cc b/www/chromium/files/patch-remoting_base_chromoting__event.cc
index 1e4813781028..93df172fe5e5 100644
--- a/www/chromium/files/patch-remoting_base_chromoting__event.cc
+++ b/www/chromium/files/patch-remoting_base_chromoting__event.cc
@@ -1,8 +1,8 @@
---- remoting/base/chromoting_event.cc.orig 2019-03-11 22:01:01 UTC
+--- remoting/base/chromoting_event.cc.orig 2019-09-09 21:55:22 UTC
+++ remoting/base/chromoting_event.cc
-@@ -189,7 +189,7 @@ void ChromotingEvent::AddSystemInfo() {
+@@ -188,7 +188,7 @@ void ChromotingEvent::AddSystemInfo() {
SetString(kCpuKey, base::SysInfo::OperatingSystemArchitecture());
- SetString(kOsVersionKey, GetOperatingSystemVersionString());
+ SetString(kOsVersionKey, base::SysInfo::OperatingSystemVersion());
SetString(kWebAppVersionKey, STRINGIZE(VERSION));
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)