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 89a6760e877e6052e04b52054aa023961494c080..5e493d6c65e02f538a7a00f6ef5860dd55e89089 100644 |
--- a/net/quic/chromium/quic_stream_factory.h |
+++ b/net/quic/chromium/quic_stream_factory.h |
@@ -559,9 +559,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. |