Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1673)

Unified Diff: net/quic/chromium/quic_stream_factory.h

Issue 2807493002: Track STL containers in QuicStreamFactory::DumpMemoryStats (Closed)
Patch Set: Address ssid comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698