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

Unified Diff: net/quic/quic_client_session.h

Issue 192583004: QUIC - use QuicSessionKey tuple (host, port, is_https) instead of server_hostname (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comments from Patch set 1 and 3 and merge with TOT Created 6 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
Index: net/quic/quic_client_session.h
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
index 204d397b8e01cddbe6703430e2da1cb1645d0c6d..6d5e1e806d33b53828ee213e73673e8c9ca934c3 100644
--- a/net/quic/quic_client_session.h
+++ b/net/quic/quic_client_session.h
@@ -92,6 +92,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicSession {
QuicStreamFactory* stream_factory,
QuicCryptoClientStreamFactory* crypto_client_stream_factory,
const std::string& server_hostname,
+ uint16 server_port,
wtc 2014/03/11 01:41:39 Should we use a HostPortPair argument here?
ramant (doing other things) 2014/03/13 01:50:12 Used QuicSessionKey.
const QuicConfig& config,
QuicCryptoClientConfig* crypto_config,
NetLog* net_log);

Powered by Google App Engine
This is Rietveld 408576698