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

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

Issue 2807493002: Track STL containers in QuicStreamFactory::DumpMemoryStats (Closed)
Patch Set: address zhongyi@ comment 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
« no previous file with comments | « net/quic/chromium/quic_server_info.h ('k') | net/quic/chromium/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « net/quic/chromium/quic_server_info.h ('k') | net/quic/chromium/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698