From a0dbfe2fb016ec18b858d0857d8c3ce21662d29c Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Tue, 1 Dec 2020 04:06:37 +0000 Subject: www/chromium: Update to version 87.0.4280.66 Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org) --- www/chromium/files/patch-remoting_host_switches.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/chromium/files/patch-remoting_host_switches.cc') diff --git a/www/chromium/files/patch-remoting_host_switches.cc b/www/chromium/files/patch-remoting_host_switches.cc index feb1d19fe0ec..d5ffd7a56bda 100644 --- a/www/chromium/files/patch-remoting_host_switches.cc +++ b/www/chromium/files/patch-remoting_host_switches.cc @@ -1,14 +1,14 @@ ---- remoting/host/switches.cc.orig 2019-10-30 16:21:28 UTC +--- remoting/host/switches.cc.orig 2020-11-13 06:36:46 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) -+#if defined(OS_LINUX) || defined(OS_BSD) +-#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) -+#endif // defined(OS_LINUX) || defined(OS_BSD) +-#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) ++#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) const char kEvaluateCapabilitySwitchName[] = "evaluate-type"; -- cgit v1.2.3