aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-remoting_host_chromoting__host.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_chromoting__host.h')
-rw-r--r--devel/electron33/files/patch-remoting_host_chromoting__host.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron33/files/patch-remoting_host_chromoting__host.h b/devel/electron33/files/patch-remoting_host_chromoting__host.h
deleted file mode 100644
index 9414580a5f0b..000000000000
--- a/devel/electron33/files/patch-remoting_host_chromoting__host.h
+++ /dev/null
@@ -1,29 +0,0 @@
---- remoting/host/chromoting_host.h.orig 2024-10-16 21:31:37 UTC
-+++ remoting/host/chromoting_host.h
-@@ -33,7 +33,7 @@
- #include "remoting/protocol/session_manager.h"
- #include "remoting/protocol/transport_context.h"
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- #include "remoting/host/chromoting_host_services_server.h"
- #endif
-
-@@ -99,7 +99,7 @@ class ChromotingHost : public ClientSession::EventHand
- // This method can only be called once during the lifetime of this object.
- void Start(const std::string& host_owner);
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- // Starts running the ChromotingHostServices server and listening for incoming
- // IPC binding requests.
- // Currently only Linux runs the ChromotingHostServices server on the host
-@@ -203,7 +203,7 @@ class ChromotingHost : public ClientSession::EventHand
- // List of host extensions.
- std::vector<std::unique_ptr<HostExtension>> extensions_;
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- // IPC server that runs the CRD host service API. Non-null if the server name
- // is set and the host is started.
- // Currently only Linux runs the ChromotingHostServices server on the host