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); |