aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_host__details.cc
blob: 27751f5bc499566986d7e3b98786b7d4bdcd2781 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_details.cc.orig	2017-06-05 19:03:10 UTC
+++ remoting/host/host_details.cc
@@ -26,6 +26,8 @@ std::string GetHostOperatingSystemName() {
   return "Linux";
 #elif defined(OS_ANDROID)
   return "Android";
+#elif defined(OS_BSD)
+  return "BSD";
 #else
 #error "Unsupported host OS"
 #endif