summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-remoting_host_switches.h')
-rw-r--r--www/chromium/files/patch-remoting_host_switches.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-remoting_host_switches.h b/www/chromium/files/patch-remoting_host_switches.h
index 39fcdf4bebb2..f962c05b04c7 100644
--- a/www/chromium/files/patch-remoting_host_switches.h
+++ b/www/chromium/files/patch-remoting_host_switches.h
@@ -1,14 +1,14 @@
---- remoting/host/switches.h.orig 2019-10-30 16:21:42 UTC
+--- remoting/host/switches.h.orig 2020-11-13 06:36:46 UTC
+++ remoting/host/switches.h
@@ -34,9 +34,9 @@ extern const char kProcessTypeHost[];
extern const char kProcessTypeRdpDesktopSession[];
extern const char kProcessTypeEvaluateCapability[];
extern const char kProcessTypeFileChooser[];
--#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)
extern const char kProcessTypeXSessionChooser[];
--#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)
extern const char kEvaluateCapabilitySwitchName[];