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

Unified Diff: net/tools/quic/quic_dispatcher.cc

Issue 1404013002: relnote: Remove unused supported_versions argument from (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Check_QUIC_handshake_103949902
Patch Set: Created 5 years, 2 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 | « no previous file | net/tools/quic/quic_time_wait_list_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_dispatcher.cc
diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc
index 0a103ac64e1daa9df6296104b586d0cd1211b4ee..31cc8e36a47885d45de584f58b775deb937efd26 100644
--- a/net/tools/quic/quic_dispatcher.cc
+++ b/net/tools/quic/quic_dispatcher.cc
@@ -487,7 +487,7 @@ QuicTimeWaitListManager* QuicDispatcher::CreateQuicTimeWaitListManager() {
time_wait_list_writer_.reset(
packet_writer_factory_->Create(writer_.get(), nullptr));
return new QuicTimeWaitListManager(time_wait_list_writer_.get(), this,
- helper_.get(), supported_versions());
+ helper_.get());
}
bool QuicDispatcher::HandlePacketForTimeWait(
« no previous file with comments | « no previous file | net/tools/quic/quic_time_wait_list_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698