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

Unified Diff: net/quic/quic_sent_packet_manager.cc

Issue 1048493002: Remove the using_pacing argument from QuicSentPacketManager::SetFromConfig because it's always true. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/quic/quic_http_stream_test.cc ('k') | net/quic/quic_sent_packet_manager_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_sent_packet_manager.cc
diff --git a/net/quic/quic_sent_packet_manager.cc b/net/quic/quic_sent_packet_manager.cc
index a11b2fdbef3bd09a4189a5cc802263d7448f0128..28f367b795d78b90fa8fdebc6b720d2889dc7755 100644
--- a/net/quic/quic_sent_packet_manager.cc
+++ b/net/quic/quic_sent_packet_manager.cc
@@ -173,7 +173,7 @@ void QuicSentPacketManager::SetFromConfig(const QuicConfig& config) {
kUsableRecieveBufferFraction);
}
}
- send_algorithm_->SetFromConfig(config, perspective_, using_pacing_);
+ send_algorithm_->SetFromConfig(config, perspective_);
if (network_change_visitor_ != nullptr) {
network_change_visitor_->OnCongestionWindowChange();
« no previous file with comments | « net/quic/quic_http_stream_test.cc ('k') | net/quic/quic_sent_packet_manager_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698