Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: net/tools/quic/quic_time_wait_list_manager.h

Issue 2846013002: Remove unused packet_number parameter from multiple functions in QUIC. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/quic/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_time_wait_list_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6e611796904ce9c599247d6bfd12a6b8f4e60f64..467ab4cae4e62af966b7d7b6352e8b849d69200e 100644
--- a/net/tools/quic/quic_time_wait_list_manager.h
+++ b/net/tools/quic/quic_time_wait_list_manager.h
@@ -86,7 +86,6 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
virtual void ProcessPacket(const QuicSocketAddress& server_address,
const QuicSocketAddress& client_address,
QuicConnectionId connection_id,
- QuicPacketNumber packet_number,
const QuicEncryptedPacket& packet);
// Called by the dispatcher when the underlying socket becomes writable again,
@@ -124,8 +123,7 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
// Creates a public reset packet and sends it or queues it to be sent later.
virtual void SendPublicReset(const QuicSocketAddress& server_address,
const QuicSocketAddress& client_address,
- QuicConnectionId connection_id,
- QuicPacketNumber rejected_packet_number);
+ QuicConnectionId connection_id);
private:
friend class test::QuicDispatcherPeer;
« no previous file with comments | « net/tools/quic/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_time_wait_list_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698