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

Unified Diff: net/quic/test_tools/quic_config_peer.cc

Issue 605733006: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert Patch Set 3 Created 6 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/test_tools/quic_config_peer.h ('k') | net/quic/test_tools/quic_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_config_peer.cc
diff --git a/net/quic/test_tools/quic_config_peer.cc b/net/quic/test_tools/quic_config_peer.cc
index 1d1d6d1451f0f9d709a89a5551bc8c62557e327a..f7001716be30c6469f48ff81840f76375174c533 100644
--- a/net/quic/test_tools/quic_config_peer.cc
+++ b/net/quic/test_tools/quic_config_peer.cc
@@ -16,12 +16,6 @@ void QuicConfigPeer::SetReceivedInitialWindow(QuicConfig* config,
}
// static
-void QuicConfigPeer::SetReceivedLossDetection(QuicConfig* config,
- QuicTag loss_detection) {
- config->loss_detection_.SetReceivedValue(loss_detection);
-}
-
-// static
void QuicConfigPeer::SetReceivedInitialFlowControlWindow(QuicConfig* config,
uint32 window_bytes) {
config->initial_flow_control_window_bytes_.SetReceivedValue(window_bytes);
« no previous file with comments | « net/quic/test_tools/quic_config_peer.h ('k') | net/quic/test_tools/quic_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698