diff options
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_chromoting__host__context.cc')
-rw-r--r-- | devel/electron33/files/patch-remoting_host_chromoting__host__context.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-remoting_host_chromoting__host__context.cc b/devel/electron33/files/patch-remoting_host_chromoting__host__context.cc deleted file mode 100644 index 15aee6b1d902..000000000000 --- a/devel/electron33/files/patch-remoting_host_chromoting__host__context.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- remoting/host/chromoting_host_context.cc.orig 2023-08-10 01:48:48 UTC -+++ remoting/host/chromoting_host_context.cc -@@ -294,7 +294,7 @@ std::unique_ptr<ChromotingHostContext> ChromotingHostC - // on a UI thread. - scoped_refptr<AutoThreadTaskRunner> input_task_runner = - AutoThread::CreateWithType("ChromotingInputThread", ui_task_runner, --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - base::MessagePumpType::UI); - #else - base::MessagePumpType::IO); |