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

Unified Diff: net/socket/client_socket_pool.cc

Issue 2414883005: TEMP DO NOT LAND (Closed)
Patch Set: temp Created 4 years, 2 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/socket/client_socket_pool.cc
diff --git a/net/socket/client_socket_pool.cc b/net/socket/client_socket_pool.cc
index 5d12324b884aac2a6b6f2a564577f761f5e909c2..8b9705fe649dd2963e3f39f593d9a2e24230859e 100644
--- a/net/socket/client_socket_pool.cc
+++ b/net/socket/client_socket_pool.cc
@@ -21,6 +21,9 @@ int64_t g_used_idle_socket_timeout_s = 300; // 5 minutes
namespace net {
+void ClientSocketPool::PopulateAllocatorDump(
+ base::trace_event::MemoryAllocatorDump* dump) const {}
+
// static
base::TimeDelta ClientSocketPool::unused_idle_socket_timeout() {
return base::TimeDelta::FromSeconds(g_unused_idle_socket_timeout_s);

Powered by Google App Engine
This is Rietveld 408576698