| Index: remoting/protocol/session.h
|
| diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
|
| index fc40a6d6de83502da2e0e10e2700f8e914e3c287..89cc266435b630c0477a21c16e3907317c1450cc 100644
|
| --- a/remoting/protocol/session.h
|
| +++ b/remoting/protocol/session.h
|
| @@ -64,9 +64,6 @@ class Session : public base::NonThreadSafe {
|
| // instead.
|
| virtual net::Socket* control_channel() = 0;
|
| virtual net::Socket* event_channel() = 0;
|
| - virtual net::Socket* video_channel() = 0;
|
| - virtual net::Socket* video_rtp_channel() = 0;
|
| - virtual net::Socket* video_rtcp_channel() = 0;
|
|
|
| // JID of the other side.
|
| virtual const std::string& jid() = 0;
|
|
|