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

Unified Diff: net/socket/client_socket_pool.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/http/http_network_session.cc ('k') | net/socket/client_socket_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool.h
diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h
index 15dbe5f02d6e09d6e503c6dccb4eab0a268e4949..46f9feee88b500344dd403b81d9b85bc1d791ba7 100644
--- a/net/socket/client_socket_pool.h
+++ b/net/socket/client_socket_pool.h
@@ -20,6 +20,9 @@
namespace base {
class DictionaryValue;
+namespace trace_event {
+class MemoryAllocatorDump;
+}
}
namespace net {
@@ -172,6 +175,9 @@ class NET_EXPORT ClientSocketPool : public LowerLayeredPool {
const std::string& type,
bool include_nested_pools) const = 0;
+ virtual void PopulateAllocatorDump(
+ base::trace_event::MemoryAllocatorDump* dump) const;
+
// Returns the maximum amount of time to wait before retrying a connect.
static const int kMaxConnectRetryIntervalMs = 250;
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/socket/client_socket_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698