| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 57017ee79138cc377cc3d3897bfb130523fa47a4..333b258b52eadcd085725bc2f54905af11b7e3c0 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -205,6 +205,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| int CreateSession(const HostPortPair& host_port_pair,
|
| bool is_https,
|
| CertVerifier* cert_verifier,
|
| + scoped_ptr<QuicServerInfo> quic_server_info,
|
| const AddressList& address_list,
|
| const BoundNetLog& net_log,
|
| QuicClientSession** session);
|
|
|