diff options
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r-- | remoting/host/chromoting_host.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h index c1773cb..cf74d23 100644 --- a/remoting/host/chromoting_host.h +++ b/remoting/host/chromoting_host.h @@ -93,12 +93,6 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, //////////////////////////////////////////////////////////////////////////// // JingleClient::Callback implementations virtual void OnStateChange(JingleClient* client, JingleClient::State state); - virtual bool OnAcceptConnection( - JingleClient* jingle, const std::string& jid, - JingleChannel::Callback** channel_callback); - virtual void OnNewConnection( - JingleClient* jingle, - scoped_refptr<JingleChannel> channel); // Callback for ChromotingServer. void OnNewClientConnection(ChromotingConnection* connection, bool* accept); |