| Index: remoting/protocol/video_writer.h
|
| diff --git a/remoting/protocol/video_writer.h b/remoting/protocol/video_writer.h
|
| index 8a3c10fc4fc108ec741c71e21956bd3764ce682d..9a7ced904f4c8f448f8585906ddd9bb75bf771e9 100644
|
| --- a/remoting/protocol/video_writer.h
|
| +++ b/remoting/protocol/video_writer.h
|
| @@ -42,6 +42,9 @@ class VideoWriter : public VideoStub {
|
| // object is destroyed.
|
| virtual void Close() = 0;
|
|
|
| + // Returns true if the channel is connected.
|
| + virtual bool is_connected() = 0;
|
| +
|
| protected:
|
| VideoWriter() { }
|
|
|
|
|