Index: net/quic/quic_stream_factory.h |
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h |
index 7a9c7d84804d2380dcc0d234ed7f1beebb4e6e01..c1ed318b6738830565f8caff344b957a1602f475 100644 |
--- a/net/quic/quic_stream_factory.h |
+++ b/net/quic/quic_stream_factory.h |
@@ -220,6 +220,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory |
int CreateSession(const HostPortProxyPair& host_port_proxy_pair, |
bool is_https, |
CertVerifier* cert_verifier, |
+ scoped_ptr<QuicServerInfo> quic_server_info, |
const AddressList& address_list, |
const BoundNetLog& net_log, |
QuicClientSession** session); |