Index: remoting/protocol/protobuf_video_writer.h |
diff --git a/remoting/protocol/protobuf_video_writer.h b/remoting/protocol/protobuf_video_writer.h |
index 9c373170536043b3de2f33153caa7a63d2279f54..961e8219323416c99c45078e0c7e6a99714d8664 100644 |
--- a/remoting/protocol/protobuf_video_writer.h |
+++ b/remoting/protocol/protobuf_video_writer.h |
@@ -37,7 +37,6 @@ class ProtobufVideoWriter : public VideoWriter { |
// VideoStub interface. |
virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> packet, |
const base::Closure& done) OVERRIDE; |
- virtual int GetPendingVideoPackets() OVERRIDE; |
private: |
void OnChannelReady(scoped_ptr<net::StreamSocket> socket); |