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

Unified Diff: net/tools/quic/test_tools/mock_quic_time_wait_list_manager.h

Issue 1716453002: relnote: Make QUIC version negotiation stateless. The QUIC dispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_time_wait_list_manager_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/mock_quic_time_wait_list_manager.h
diff --git a/net/tools/quic/test_tools/mock_quic_time_wait_list_manager.h b/net/tools/quic/test_tools/mock_quic_time_wait_list_manager.h
index 2cf5f839ce24927155b3203049955674acd285a1..5d5542b14a6873ccfe7d44b1a632a0dda7f7c58b 100644
--- a/net/tools/quic/test_tools/mock_quic_time_wait_list_manager.h
+++ b/net/tools/quic/test_tools/mock_quic_time_wait_list_manager.h
@@ -42,6 +42,12 @@ class MockTimeWaitListManager : public QuicTimeWaitListManager {
QuicConnectionId connection_id,
QuicPacketNumber packet_number,
const QuicEncryptedPacket& packet));
+
+ MOCK_METHOD4(SendVersionNegotiationPacket,
+ void(QuicConnectionId connection_id,
+ const QuicVersionVector& supported_versions,
+ const IPEndPoint& server_address,
+ const IPEndPoint& client_address));
};
} // namespace test
« no previous file with comments | « net/tools/quic/quic_time_wait_list_manager_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698