aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_host__details.cc
blob: 776f3dd26092a09aa88478f2a5159dc07a889d57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_details.cc.orig	2022-02-07 13:39:41 UTC
+++ remoting/host/host_details.cc
@@ -23,7 +23,7 @@ std::string GetHostOperatingSystemName() {
   return "Mac";
 #elif BUILDFLAG(IS_CHROMEOS_ASH)
   return "ChromeOS";
-#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
   return "Linux";
 #elif defined(OS_ANDROID)
   return "Android";