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

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

Issue 16256017: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for Android DEBUG builds with DEATH_TEST Created 7 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
Index: net/tools/quic/quic_dispatcher.cc
diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc
index c84b4e8cbef9013932db0d99cc41be94e0cc62e8..bfff5e6a692e4b2a568f30f2f2c398f0677d1944 100644
--- a/net/tools/quic/quic_dispatcher.cc
+++ b/net/tools/quic/quic_dispatcher.cc
@@ -189,7 +189,7 @@ QuicSession* QuicDispatcher::CreateQuicSession(
new QuicEpollConnectionHelper(this, epoll_server);
QuicServerSession* session = new QuicServerSession(
config_, new QuicConnection(guid, client_address, helper, true), this);
- session->Initialize(crypto_config_);
+ session->InitializeSession(crypto_config_);
return session;
}

Powered by Google App Engine
This is Rietveld 408576698