| Index: remoting/protocol/session.h
|
| ===================================================================
|
| --- remoting/protocol/session.h (revision 96105)
|
| +++ remoting/protocol/session.h (working copy)
|
| @@ -64,6 +64,9 @@
|
| // 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;
|
|
|