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

Unified Diff: net/quic/congestion_control/tcp_cubic_sender_packets.h

Issue 2132623002: Landing Recent QUIC changes until 2016-07-02 02:45 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing comment about RPCs Created 4 years, 5 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
Index: net/quic/congestion_control/tcp_cubic_sender_packets.h
diff --git a/net/quic/congestion_control/tcp_cubic_sender_packets.h b/net/quic/congestion_control/tcp_cubic_sender_packets.h
index 610e75e12b2d9f5fa2074e2fa3b5d466d67d0dfc..2fe630f750e77271ca416fda7e3036d6f4907b8d 100644
--- a/net/quic/congestion_control/tcp_cubic_sender_packets.h
+++ b/net/quic/congestion_control/tcp_cubic_sender_packets.h
@@ -42,7 +42,6 @@ class NET_EXPORT_PRIVATE TcpCubicSenderPackets : public TcpCubicSenderBase {
// Start implementation of SendAlgorithmInterface.
void SetNumEmulatedConnections(int num_connections) override;
- void SetMaxCongestionWindow(QuicByteCount max_congestion_window) override;
void OnConnectionMigration() override;
QuicByteCount GetCongestionWindow() const override;
QuicByteCount GetSlowStartThreshold() const override;
« no previous file with comments | « net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc ('k') | net/quic/congestion_control/tcp_cubic_sender_packets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698