| 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 7edae1300fc17927e186c49e4d80665df69bb597..fdd294375891d8f94c17aee8b1ffef2ed04dd094 100644
|
| --- a/net/quic/chromium/quic_stream_factory.h
|
| +++ b/net/quic/chromium/quic_stream_factory.h
|
| @@ -564,9 +564,10 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| // Map from QuicServerId to a set of non-owning QuicStreamRequest pointers.
|
| ServerIDRequestsMap job_requests_map_;
|
|
|
| + // Map of QuicServerId to owning CertVerifierJob.
|
| CertVerifierJobMap active_cert_verifier_jobs_;
|
|
|
| - QuicVersionVector supported_versions_;
|
| + const QuicVersionVector supported_versions_;
|
|
|
| // Set if we always require handshake confirmation. If true, this will
|
| // introduce at least one RTT for the handshake before the client sends data.
|
|
|