blob: 11291fe9c6e71b10f71205f01ff925d8d0355d0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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)
|