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

Unified Diff: net/socket/client_socket_pool_manager.h

Issue 2414883005: TEMP DO NOT LAND (Closed)
Patch Set: tmp Created 4 years, 1 month 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/socket/client_socket_pool_base.cc ('k') | net/socket/client_socket_pool_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool_manager.h
diff --git a/net/socket/client_socket_pool_manager.h b/net/socket/client_socket_pool_manager.h
index 6f1d4078a35f0d955efddc6c91f94b29a31712f0..e1015dde7f21f073e3f4cd909f33023d45ac2f62 100644
--- a/net/socket/client_socket_pool_manager.h
+++ b/net/socket/client_socket_pool_manager.h
@@ -18,6 +18,9 @@ class GURL;
namespace base {
class Value;
+namespace trace_event {
+class MemoryAllocatorDump;
+}
}
namespace net {
@@ -85,6 +88,8 @@ class NET_EXPORT_PRIVATE ClientSocketPoolManager {
const HostPortPair& proxy_server) = 0;
// Creates a Value summary of the state of the socket pools.
virtual std::unique_ptr<base::Value> SocketPoolInfoToValue() const = 0;
+ virtual void PopulateAllocatorDump(
+ base::trace_event::MemoryAllocatorDump* dump) const = 0;
};
// A helper method that uses the passed in proxy information to initialize a
« no previous file with comments | « net/socket/client_socket_pool_base.cc ('k') | net/socket/client_socket_pool_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698