aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-remoting_host_chromoting__host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_chromoting__host.cc')
-rw-r--r--devel/electron33/files/patch-remoting_host_chromoting__host.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-remoting_host_chromoting__host.cc b/devel/electron33/files/patch-remoting_host_chromoting__host.cc
deleted file mode 100644
index 0b79050257f4..000000000000
--- a/devel/electron33/files/patch-remoting_host_chromoting__host.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- remoting/host/chromoting_host.cc.orig 2024-10-16 21:31:37 UTC
-+++ remoting/host/chromoting_host.cc
-@@ -132,7 +132,7 @@ void ChromotingHost::Start(const std::string& host_own
- &ChromotingHost::OnIncomingSession, base::Unretained(this)));
- }
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- void ChromotingHost::StartChromotingHostServices() {
- DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
- DCHECK(!ipc_server_);