| Index: remoting/protocol/protobuf_video_reader.h
|
| diff --git a/remoting/protocol/protobuf_video_reader.h b/remoting/protocol/protobuf_video_reader.h
|
| index 165a3a82e8f199e68117557c629683afd9991f46..a8d646c6a999137eb38931a7620a14bdeda5d328 100644
|
| --- a/remoting/protocol/protobuf_video_reader.h
|
| +++ b/remoting/protocol/protobuf_video_reader.h
|
| @@ -30,7 +30,7 @@ class ProtobufVideoReader : public VideoReader {
|
| const InitializedCallback& callback) OVERRIDE;
|
|
|
| private:
|
| - void OnChannelReady(const std::string& name, net::StreamSocket* socket);
|
| + void OnChannelReady(net::StreamSocket* socket);
|
| void OnNewData(VideoPacket* packet, Task* done_task);
|
|
|
| InitializedCallback initialized_callback_;
|
|
|