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

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

Issue 366843002: Add following helper methods to track successful QUIC client port migrations: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/quic/quic_sent_packet_manager.h ('k') | net/tools/quic/test_tools/quic_client_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/quic_client_peer.h
diff --git a/net/tools/quic/test_tools/quic_client_peer.h b/net/tools/quic/test_tools/quic_client_peer.h
index b26fc6d829c95f2e285333ae43fefda7b686c0ef..ee520e1d9d757a8ed6eb370705ad5ba1b6fc2b11 100644
--- a/net/tools/quic/test_tools/quic_client_peer.h
+++ b/net/tools/quic/test_tools/quic_client_peer.h
@@ -10,6 +10,7 @@
namespace net {
class QuicCryptoClientConfig;
+class QuicPacketWriter;
namespace tools {
@@ -22,6 +23,7 @@ class QuicClientPeer {
static QuicCryptoClientConfig* GetCryptoConfig(QuicClient* client);
static bool CreateUDPSocket(QuicClient* client);
static void SetClientPort(QuicClient* client, int port);
+ static void SetWriter(QuicClient* client, QuicPacketWriter* writer);
private:
DISALLOW_COPY_AND_ASSIGN(QuicClientPeer);
« no previous file with comments | « net/quic/quic_sent_packet_manager.h ('k') | net/tools/quic/test_tools/quic_client_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698