aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-remoting_host_chromoting__host.cc
blob: c0888ea9d898b23b6f94bf22c9ad86d4bdf6794d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                       
                                    
                                                                          





                                                                    

                                                      
--- remoting/host/chromoting_host.cc.orig	2024-02-23 21:04:38 UTC
+++ remoting/host/chromoting_host.cc
@@ -129,7 +129,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_);