| Index: net/tools/quic/quic_default_packet_writer.h
|
| diff --git a/net/tools/quic/quic_default_packet_writer.h b/net/tools/quic/quic_default_packet_writer.h
|
| index 20f5fb0db616ed79db3a1edc655277ce55c0656a..9f21107cca020b68ef728770c3559232367d19dd 100644
|
| --- a/net/tools/quic/quic_default_packet_writer.h
|
| +++ b/net/tools/quic/quic_default_packet_writer.h
|
| @@ -29,9 +29,12 @@ class QuicDefaultPacketWriter : public QuicPacketWriter {
|
| const net::IPEndPoint& peer_address,
|
| QuicBlockedWriterInterface* blocked_writer) OVERRIDE;
|
| virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
|
| + virtual bool IsWriteBlocked() const OVERRIDE;
|
| + virtual void SetWritable() OVERRIDE;
|
|
|
| private:
|
| int fd_;
|
| + bool write_blocked_;
|
| };
|
|
|
| } // namespace tools
|
|
|