| Index: remoting/protocol/channel_multiplexer.h
|
| diff --git a/remoting/protocol/channel_multiplexer.h b/remoting/protocol/channel_multiplexer.h
|
| index 74c86ef9c87aa3ee5963646cb3131cb337b42ca6..924f132858d155bfbe41ad24ae73163ae0680f68 100644
|
| --- a/remoting/protocol/channel_multiplexer.h
|
| +++ b/remoting/protocol/channel_multiplexer.h
|
| @@ -24,12 +24,8 @@ class ChannelMultiplexer : public ChannelFactory {
|
| virtual ~ChannelMultiplexer();
|
|
|
| // 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;
|
|
|
| private:
|
|
|