| Index: remoting/protocol/channel_multiplexer.h
|
| diff --git a/remoting/protocol/channel_multiplexer.h b/remoting/protocol/channel_multiplexer.h
|
| index f35336db4f4c802eb163ca5f02ce7a407cb8cc1e..e503df558b3905da30544d6e6010bce38610389a 100644
|
| --- a/remoting/protocol/channel_multiplexer.h
|
| +++ b/remoting/protocol/channel_multiplexer.h
|
| @@ -56,7 +56,7 @@ class ChannelMultiplexer : public StreamChannelFactory {
|
| const base::Closure& done_task);
|
|
|
| // Called by MuxChannel.
|
| - bool DoWrite(scoped_ptr<MultiplexPacket> packet,
|
| + void DoWrite(scoped_ptr<MultiplexPacket> packet,
|
| const base::Closure& done_task);
|
|
|
| // Factory used to create |base_channel_|. Set to nullptr once creation is
|
|
|