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

Unified Diff: net/quic/test_tools/quic_connection_peer.h

Issue 23464033: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix valgrind error Created 7 years, 3 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_session_test.cc ('k') | net/quic/test_tools/quic_connection_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_connection_peer.h
diff --git a/net/quic/test_tools/quic_connection_peer.h b/net/quic/test_tools/quic_connection_peer.h
index 20dbc21da419a4ea1f8065ee329fe2fc1adb1772..13ff14dc4200f2c564e77b6223b574f4e3956992 100644
--- a/net/quic/test_tools/quic_connection_peer.h
+++ b/net/quic/test_tools/quic_connection_peer.h
@@ -78,6 +78,9 @@ class QuicConnectionPeer {
static void SetSelfAddress(QuicConnection* connection,
const IPEndPoint& self_address);
+ static void SetPeerAddress(QuicConnection* connection,
+ const IPEndPoint& peer_address);
+
static void SwapCrypters(QuicConnection* connection, QuicFramer* framer);
static void SetMaxPacketsPerRetransmissionAlarm(QuicConnection* connection,
« no previous file with comments | « net/quic/quic_session_test.cc ('k') | net/quic/test_tools/quic_connection_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698