| Index: net/quic/quic_default_packet_writer.h
|
| diff --git a/net/quic/quic_default_packet_writer.h b/net/quic/quic_default_packet_writer.h
|
| index f60c76ea9beeb7bc3efb9c3ce9b0ed1983eef9a3..896998796ba3de30a6e07919dd58b59e5b365857 100644
|
| --- a/net/quic/quic_default_packet_writer.h
|
| +++ b/net/quic/quic_default_packet_writer.h
|
| @@ -31,7 +31,6 @@ class NET_EXPORT_PRIVATE QuicDefaultPacketWriter : public QuicPacketWriter {
|
| const net::IPAddressNumber& self_address,
|
| const net::IPEndPoint& peer_address,
|
| QuicBlockedWriterInterface* blocked_writer) OVERRIDE;
|
| -
|
| virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
|
|
|
| void OnWriteComplete(int rv);
|
|
|