| Index: remoting/protocol/protobuf_video_reader.h
|
| diff --git a/remoting/protocol/protobuf_video_reader.h b/remoting/protocol/protobuf_video_reader.h
|
| index ed1452a863c6f4d1b81f9ea663b4d2d1ff9388ba..8c72f848517f7d9673fa76316ff3cfa08fefeca5 100644
|
| --- a/remoting/protocol/protobuf_video_reader.h
|
| +++ b/remoting/protocol/protobuf_video_reader.h
|
| @@ -28,6 +28,7 @@ class ProtobufVideoReader : public VideoReader {
|
| virtual void Init(protocol::Session* session,
|
| VideoStub* video_stub,
|
| const InitializedCallback& callback) OVERRIDE;
|
| + virtual bool is_connected() OVERRIDE;
|
|
|
| private:
|
| void OnChannelReady(net::StreamSocket* socket);
|
|
|