$OpenBSD: patch-remoting_host_switches_cc,v 1.5 2021/11/16 11:28:47 robert Exp $ Index: remoting/host/switches.cc --- remoting/host/switches.cc.orig +++ remoting/host/switches.cc @@ -23,7 +23,7 @@ const char kProcessTypeEvaluateCapability[] = "evaluat const char kProcessTypeFileChooser[] = "file_chooser"; const char kProcessTypeUrlForwarderConfigurator[] = "url_forwarder_configurator"; -#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)