| Index: remoting/protocol/channel_multiplexer.h
|
| diff --git a/remoting/protocol/channel_multiplexer.h b/remoting/protocol/channel_multiplexer.h
|
| index 8f5c475dc78456d9245aac94bb0b2150e95cf1af..694e08a0aed6d23bc7b955b08702c09a4c7e0c30 100644
|
| --- a/remoting/protocol/channel_multiplexer.h
|
| +++ b/remoting/protocol/channel_multiplexer.h
|
| @@ -53,8 +53,7 @@ class ChannelMultiplexer : public StreamChannelFactory {
|
| void NotifyBaseChannelError(const std::string& name, int error);
|
|
|
| // Callback for |reader_;
|
| - void OnIncomingPacket(scoped_ptr<MultiplexPacket> packet,
|
| - const base::Closure& done_task);
|
| + void OnIncomingPacket(scoped_ptr<MultiplexPacket> packet);
|
|
|
| // Called by MuxChannel.
|
| void DoWrite(scoped_ptr<MultiplexPacket> packet,
|
|
|