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

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

Issue 339803004: Introduce QUIC_VERSION_20: allowing endpoints to set different (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/test_tools/mock_quic_dispatcher.cc ('k') | net/quic/test_tools/quic_config_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_config_peer.h
diff --git a/net/quic/test_tools/quic_config_peer.h b/net/quic/test_tools/quic_config_peer.h
index f471638f3d1c01140c24a42cf6ce0b101a1a0a3f..53abb987635ac83774083540b11dbca162a707ec 100644
--- a/net/quic/test_tools/quic_config_peer.h
+++ b/net/quic/test_tools/quic_config_peer.h
@@ -21,9 +21,16 @@ class QuicConfigPeer {
static void SetReceivedLossDetection(QuicConfig* config,
QuicTag loss_detection);
+ // TODO(rjshade): Remove when removing QUIC_VERSION_19.
static void SetReceivedInitialFlowControlWindow(QuicConfig* config,
uint32 window_bytes);
+ static void SetReceivedInitialStreamFlowControlWindow(QuicConfig* config,
+ uint32 window_bytes);
+
+ static void SetReceivedInitialSessionFlowControlWindow(QuicConfig* config,
+ uint32 window_bytes);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicConfigPeer);
};
« no previous file with comments | « net/quic/test_tools/mock_quic_dispatcher.cc ('k') | net/quic/test_tools/quic_config_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698