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

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

Issue 16256017: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merging with TOT 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
« no previous file with comments | « net/tools/quic/quic_server_session.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_server_session.cc
diff --git a/net/tools/quic/quic_server_session.cc b/net/tools/quic/quic_server_session.cc
index caabd94db0d8d219e2db6ba313964991979bf496..7ec991c4aa982a75e53438ed9c44adb8f56eb836 100644
--- a/net/tools/quic/quic_server_session.cc
+++ b/net/tools/quic/quic_server_session.cc
@@ -22,7 +22,7 @@ QuicServerSession::QuicServerSession(
QuicServerSession::~QuicServerSession() {
}
-void QuicServerSession::Initialize(
+void QuicServerSession::InitializeSession(
const QuicCryptoServerConfig& crypto_config) {
crypto_stream_.reset(CreateQuicCryptoServerStream(crypto_config));
}
« no previous file with comments | « net/tools/quic/quic_server_session.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698