mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
14 lines
713 B
C++
14 lines
713 B
C++
--- remoting/host/switches.cc.orig 2021-01-07 00:36:39 UTC
|
|
+++ remoting/host/switches.cc
|
|
@@ -21,9 +21,9 @@ 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)
|
|
+#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
|
|
|
|
const char kEvaluateCapabilitySwitchName[] = "evaluate-type";
|
|
|