aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_host__details.cc
blob: 0adecc3b6e8c698433e9a39fcfe66d23395d8647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_details.cc.orig	2017-08-03 00:05:16.000000000 +0200
+++ remoting/host/host_details.cc	2017-08-10 16:20:00.950699000 +0200
@@ -22,7 +22,7 @@
   return "Mac";
 #elif defined(OS_CHROMEOS)
   return "ChromeOS";
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
   return "Linux";
 #elif defined(OS_ANDROID)
   return "Android";