diff options
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_base_switches.cc')
-rw-r--r-- | devel/electron33/files/patch-remoting_host_base_switches.cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/electron33/files/patch-remoting_host_base_switches.cc b/devel/electron33/files/patch-remoting_host_base_switches.cc deleted file mode 100644 index 5bdc44c55b98..000000000000 --- a/devel/electron33/files/patch-remoting_host_base_switches.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- remoting/host/base/switches.cc.orig 2022-04-21 18:48:31 UTC -+++ remoting/host/base/switches.cc -@@ -23,13 +23,13 @@ const char kProcessTypeEvaluateCapability[] = "evaluat - const char kProcessTypeFileChooser[] = "file_chooser"; - const char kProcessTypeUrlForwarderConfigurator[] = - "url_forwarder_configurator"; --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kProcessTypeXSessionChooser[] = "xsession_chooser"; - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) - - const char kEvaluateCapabilitySwitchName[] = "evaluate-type"; - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kEnableUtempter[] = "enable-utempter"; - #endif - |