| Index: remoting/protocol/jingle_session.h
|
| diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
|
| index 3e148cf0088d264cb15ea02c737de3b41c2249aa..dfb96cb462bbbe10896350b468a799420cb07c01 100644
|
| --- a/remoting/protocol/jingle_session.h
|
| +++ b/remoting/protocol/jingle_session.h
|
| @@ -54,12 +54,8 @@ class JingleSession : public Session,
|
| virtual void Close() OVERRIDE;
|
|
|
| // ChannelFactory interface.
|
| - virtual void CreateStreamChannel(
|
| - const std::string& name,
|
| - const StreamChannelCallback& callback) OVERRIDE;
|
| - virtual void CreateDatagramChannel(
|
| - const std::string& name,
|
| - const DatagramChannelCallback& callback) OVERRIDE;
|
| + virtual void CreateChannel(const std::string& name,
|
| + const ChannelCreatedCallback& callback) OVERRIDE;
|
| virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
|
|
|
| // Transport::EventHandler interface.
|
|
|