diff options
Diffstat (limited to 'remoting/protocol/jingle_session.h')
-rw-r--r-- | remoting/protocol/jingle_session.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h index 6cb15f2..7ac6fac 100644 --- a/remoting/protocol/jingle_session.h +++ b/remoting/protocol/jingle_session.h @@ -38,9 +38,6 @@ class JingleSession : public protocol::Session, const DatagramChannelCallback& callback) OVERRIDE; virtual net::Socket* control_channel() OVERRIDE; virtual net::Socket* event_channel() OVERRIDE; - virtual net::Socket* video_channel() OVERRIDE; - virtual net::Socket* video_rtp_channel() OVERRIDE; - virtual net::Socket* video_rtcp_channel() OVERRIDE; virtual const std::string& jid() OVERRIDE; virtual const CandidateSessionConfig* candidate_config() OVERRIDE; virtual const SessionConfig* config() OVERRIDE; @@ -185,7 +182,6 @@ class JingleSession : public protocol::Session, scoped_ptr<net::Socket> control_channel_socket_; scoped_ptr<net::Socket> event_channel_socket_; - scoped_ptr<net::Socket> video_channel_socket_; ScopedRunnableMethodFactory<JingleSession> task_factory_; |