| Index: remoting/protocol/jingle_session.h
|
| diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
|
| index 7ac6facbcca950261ce0ca1d44f6325edd0ffcae..e4e3a6f1d37f18f3470a72fe580087b2e5ff6133 100644
|
| --- a/remoting/protocol/jingle_session.h
|
| +++ b/remoting/protocol/jingle_session.h
|
| @@ -124,9 +124,8 @@ class JingleSession : public protocol::Session,
|
| // Callbacks for the channels created in JingleSession.
|
| // TODO(sergeyu): Remove this method once *_channel() methods are
|
| // removed from Session interface.
|
| - void OnStreamChannelConnected(
|
| - const std::string& name, net::StreamSocket* socket);
|
| - void OnChannelConnected(const std::string& name, net::Socket* socket);
|
| + void OnChannelConnected(scoped_ptr<net::Socket>* socket_container,
|
| + net::StreamSocket* socket);
|
|
|
| const cricket::ContentInfo* GetContentInfo() const;
|
|
|
|
|