| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index f9bb6e8784b2c11f68c96172938f7d786bbfc882..b3887198e55edb363f9e27473abc07249f6e45ca 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -378,7 +378,7 @@ QuicClientSession* QuicStreamFactory::CreateSession(
|
|
|
| QuicConnection* connection = new QuicConnection(guid, addr, helper);
|
| QuicClientSession* session = new QuicClientSession(connection, helper, this,
|
| - host);
|
| + host, net_log.net_log());
|
| all_sessions_.insert(session); // owning pointer
|
| return session;
|
| }
|
|
|