| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 2067a1172070ad1dbed287114f84aaf70a01bd12..0cabfe1bd2e0c0077b296b46f467a19c7abeaf86 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -459,8 +459,7 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| return sent_packet_manager_;
|
| }
|
|
|
| - bool CanWrite(TransmissionType transmission_type,
|
| - HasRetransmittableData retransmittable);
|
| + bool CanWrite(HasRetransmittableData retransmittable);
|
|
|
| // Stores current batch state for connection, puts the connection
|
| // into batch mode, and destruction restores the stored batch state.
|
|
|