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

Unified Diff: net/quic/core/quic_server_id.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_stream_factory_test.cc ('k') | net/quic/core/quic_server_id.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_server_id.h
diff --git a/net/quic/core/quic_server_id.h b/net/quic/core/quic_server_id.h
index 580789c40b4f9244e7a3533182f6b09bcfbb534e..880afd2be9d42f20350bb8162e88436b9e619b61 100644
--- a/net/quic/core/quic_server_id.h
+++ b/net/quic/core/quic_server_id.h
@@ -44,6 +44,8 @@ class QUIC_EXPORT_PRIVATE QuicServerId {
PrivacyMode privacy_mode() const { return privacy_mode_; }
+ size_t EstimateMemoryUsage() const;
+
private:
HostPortPair host_port_pair_;
PrivacyMode privacy_mode_;
« no previous file with comments | « net/quic/chromium/quic_stream_factory_test.cc ('k') | net/quic/core/quic_server_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698