$OpenBSD: patch-remoting_host_switches_cc,v 1.4 2021/04/01 10:24:45 robert Exp $

Index: remoting/host/switches.cc
--- remoting/host/switches.cc.orig
+++ remoting/host/switches.cc
@@ -21,7 +21,7 @@ const char kProcessTypeHost[] = "host";
 const char kProcessTypeRdpDesktopSession[] = "rdp_desktop_session";
 const char kProcessTypeEvaluateCapability[] = "evaluate_capability";
 const char kProcessTypeFileChooser[] = "file_chooser";
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 const char kProcessTypeXSessionChooser[] = "xsession_chooser";
 #endif  // defined(OS_LINUX) || defined(OS_CHROMEOS)
 
