Chromium Code Reviews| Index: net/quic/quic_crypto_client_stream_factory.h |
| diff --git a/net/quic/quic_crypto_client_stream_factory.h b/net/quic/quic_crypto_client_stream_factory.h |
| index 4fa5f573ea0b21b1216c5fc61800c3c7ae460c96..331c7534bde757b30e7352658e58542d41c700fe 100644 |
| --- a/net/quic/quic_crypto_client_stream_factory.h |
| +++ b/net/quic/quic_crypto_client_stream_factory.h |
| @@ -22,6 +22,7 @@ class NET_EXPORT QuicCryptoClientStreamFactory { |
| virtual QuicCryptoClientStream* CreateQuicCryptoClientStream( |
| const string& server_hostname, |
| + uint16 server_port, |
| QuicSession* session, |
| QuicCryptoClientConfig* crypto_config) = 0; |
| }; |