summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-remoting_base_chromoting_event_cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/patches/patch-remoting_base_chromoting_event_cc')
-rw-r--r--www/chromium/patches/patch-remoting_base_chromoting_event_cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-remoting_base_chromoting_event_cc b/www/chromium/patches/patch-remoting_base_chromoting_event_cc
deleted file mode 100644
index 98fadc5..0000000
--- a/www/chromium/patches/patch-remoting_base_chromoting_event_cc
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: remoting/base/chromoting_event.cc
2--- remoting/base/chromoting_event.cc.orig
3+++ remoting/base/chromoting_event.cc
4@@ -190,7 +190,7 @@ void ChromotingEvent::AddSystemInfo() {
5 SetString(kCpuKey, base::SysInfo::OperatingSystemArchitecture());
6 SetString(kOsVersionKey, base::SysInfo::OperatingSystemVersion());
7 SetString(kWebAppVersionKey, STRINGIZE(VERSION));
8-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
9+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
10 Os os = Os::CHROMOTING_LINUX;
11 #elif BUILDFLAG(IS_CHROMEOS_ASH)
12 Os os = Os::CHROMOTING_CHROMEOS;