| Index: net/tools/quic/quic_time_wait_list_manager.h
|
| diff --git a/net/tools/quic/quic_time_wait_list_manager.h b/net/tools/quic/quic_time_wait_list_manager.h
|
| index 467ab4cae4e62af966b7d7b6352e8b849d69200e..f2eb50597cf9d59a7b42a587982254f011de6301 100644
|
| --- a/net/tools/quic/quic_time_wait_list_manager.h
|
| +++ b/net/tools/quic/quic_time_wait_list_manager.h
|
| @@ -85,8 +85,7 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
|
| // state. virtual to override in tests.
|
| virtual void ProcessPacket(const QuicSocketAddress& server_address,
|
| const QuicSocketAddress& client_address,
|
| - QuicConnectionId connection_id,
|
| - const QuicEncryptedPacket& packet);
|
| + QuicConnectionId connection_id);
|
|
|
| // Called by the dispatcher when the underlying socket becomes writable again,
|
| // since we might need to send pending public reset packets which we didn't
|
|
|