| Index: net/quic/chromium/quic_stream_factory.h
|
| diff --git a/net/quic/chromium/quic_stream_factory.h b/net/quic/chromium/quic_stream_factory.h
|
| index 966f3b278e3aef3ee24d5246ec762ebb9a2fb449..cf36ef58fa5f5cc9d4a26b4fd3f6998cebba1c33 100644
|
| --- a/net/quic/chromium/quic_stream_factory.h
|
| +++ b/net/quic/chromium/quic_stream_factory.h
|
| @@ -448,7 +448,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| void OnJobComplete(Job* job, int rv);
|
| void OnCertVerifyJobComplete(CertVerifierJob* job, int rv);
|
| bool HasActiveSession(const QuicServerId& server_id) const;
|
| - bool HasActiveJob(const QuicServerId& server_id) const;
|
| + bool HasActiveJob(const QuicServerId& server_id);
|
| bool HasActiveCertVerifierJob(const QuicServerId& server_id) const;
|
| int CreateSession(const QuicSessionKey& key,
|
| int cert_verify_flags,
|
| @@ -526,6 +526,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
|
|
| bool require_confirmation_;
|
| NetLog* net_log_;
|
| + const NetLogWithSource quic_net_log_;
|
| HostResolver* host_resolver_;
|
| ClientSocketFactory* client_socket_factory_;
|
| HttpServerProperties* http_server_properties_;
|
|
|