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

Unified Diff: net/quic/quic_config.h

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/crypto/crypto_protocol.h ('k') | net/quic/quic_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_config.h
diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
index 12097f84564aece2119c8015dacaa0408cb85ff1..b8d7dd138a196d3b84846669ea8f4e405237153d 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -332,17 +332,6 @@ class NET_EXPORT_PRIVATE QuicConfig {
uint32 GetInitialRoundTripTimeUsToSend() const;
- // TODO(rjshade): Remove all InitialFlowControlWindow methods when removing
- // QUIC_VERSION_19.
- // Sets an initial stream flow control window size to transmit to the peer.
- void SetInitialFlowControlWindowToSend(uint32 window_bytes);
-
- uint32 GetInitialFlowControlWindowToSend() const;
-
- bool HasReceivedInitialFlowControlWindowBytes() const;
-
- uint32 ReceivedInitialFlowControlWindowBytes() const;
-
// Sets an initial stream flow control window size to transmit to the peer.
void SetInitialStreamFlowControlWindowToSend(uint32 window_bytes);
@@ -411,10 +400,6 @@ class NET_EXPORT_PRIVATE QuicConfig {
// Initial round trip time estimate in microseconds.
QuicFixedUint32 initial_round_trip_time_us_;
- // TODO(rjshade): Remove when removing QUIC_VERSION_19.
- // Initial flow control receive window in bytes.
- QuicFixedUint32 initial_flow_control_window_bytes_;
-
// Initial stream flow control receive window in bytes.
QuicFixedUint32 initial_stream_flow_control_window_bytes_;
// Initial session flow control receive window in bytes.
« no previous file with comments | « net/quic/crypto/crypto_protocol.h ('k') | net/quic/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698