| Index: remoting/protocol/rtp_video_writer.h
|
| diff --git a/remoting/protocol/rtp_video_writer.h b/remoting/protocol/rtp_video_writer.h
|
| index fd7349b2d5d196c3985173afa69cb037565eadfa..f0482541676b0888c1f64f750ed17725c3d204e0 100644
|
| --- a/remoting/protocol/rtp_video_writer.h
|
| +++ b/remoting/protocol/rtp_video_writer.h
|
| @@ -30,7 +30,7 @@ class RtpVideoWriter : public VideoWriter {
|
| virtual int GetPendingPackets() OVERRIDE;
|
|
|
| private:
|
| - void OnChannelReady(const std::string& name, net::Socket* socket);
|
| + void OnChannelReady(bool rtp, net::Socket* socket);
|
|
|
| bool initialized_;
|
| InitializedCallback initialized_callback_;
|
|
|