diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-remoting_host_switches_h')
| -rw-r--r-- | www/chromium-uc/patches/patch-remoting_host_switches_h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-remoting_host_switches_h b/www/chromium-uc/patches/patch-remoting_host_switches_h new file mode 100644 index 0000000..cbcfa80 --- /dev/null +++ b/www/chromium-uc/patches/patch-remoting_host_switches_h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-remoting_host_switches_h,v 1.5 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: remoting/host/switches.h | ||
| 4 | --- remoting/host/switches.h.orig | ||
| 5 | +++ remoting/host/switches.h | ||
| 6 | @@ -35,7 +35,7 @@ extern const char kProcessTypeRdpDesktopSession[]; | ||
| 7 | extern const char kProcessTypeEvaluateCapability[]; | ||
| 8 | extern const char kProcessTypeFileChooser[]; | ||
| 9 | extern const char kProcessTypeUrlForwarderConfigurator[]; | ||
| 10 | -#if defined(OS_LINUX) || defined(OS_CHROMEOS) | ||
| 11 | +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) | ||
| 12 | extern const char kProcessTypeXSessionChooser[]; | ||
| 13 | #endif // defined(OS_LINUX) || defined(OS_CHROMEOS) | ||
| 14 | |||
