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

Unified Diff: net/tools/quic/test_tools/quic_server_peer.cc

Issue 1811043002: Landing Recent QUIC changes until 2016-03-15 16:26 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add an export clause. Created 4 years, 9 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/test_tools/quic_server_peer.h ('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/quic_server_peer.cc
diff --git a/net/tools/quic/test_tools/quic_server_peer.cc b/net/tools/quic/test_tools/quic_server_peer.cc
index b44f8b51c4d9e4c592a0d0bab928dd1ed2204f4e..892c6922785fed7e8aa421b0c0abd8e23bafbe18 100644
--- a/net/tools/quic/test_tools/quic_server_peer.cc
+++ b/net/tools/quic/test_tools/quic_server_peer.cc
@@ -19,11 +19,6 @@ bool QuicServerPeer::SetSmallSocket(QuicServer* server) {
}
// static
-void QuicServerPeer::DisableRecvmmsg(QuicServer* server) {
- server->use_recvmmsg_ = false;
-}
-
-// static
QuicDispatcher* QuicServerPeer::GetDispatcher(QuicServer* server) {
return server->dispatcher_.get();
}
« no previous file with comments | « net/tools/quic/test_tools/quic_server_peer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698