| 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 2c03b622dc18ca340f8d168ac8cc5bd05b543b5b..66b6a0f4f72181be441d80c5fd1492a503469393 100644
|
| --- a/net/quic/quic_default_packet_writer.h
|
| +++ b/net/quic/quic_default_packet_writer.h
|
| @@ -39,6 +39,11 @@ class NET_EXPORT_PRIVATE QuicDefaultPacketWriter : public QuicPacketWriter {
|
| connection_ = connection;
|
| }
|
|
|
| + protected:
|
| + void set_write_blocked(bool is_blocked) {
|
| + write_blocked_ = is_blocked;
|
| + }
|
| +
|
| private:
|
| base::WeakPtrFactory<QuicDefaultPacketWriter> weak_factory_;
|
| DatagramClientSocket* socket_;
|
|
|