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

Unified Diff: jingle/glue/proxy_resolving_client_socket.cc

Issue 2525743002: Make URLRequestContext a MemoryDumpProvider (Abandoned) (Closed)
Patch Set: Fix test 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
Index: jingle/glue/proxy_resolving_client_socket.cc
diff --git a/jingle/glue/proxy_resolving_client_socket.cc b/jingle/glue/proxy_resolving_client_socket.cc
index d77588e8328c97694fe05756562055def6cc083a..050211eda5443a60f038d1932032735b70039e84 100644
--- a/jingle/glue/proxy_resolving_client_socket.cc
+++ b/jingle/glue/proxy_resolving_client_socket.cc
@@ -423,6 +423,9 @@ int64_t ProxyResolvingClientSocket::GetTotalReceivedBytes() const {
return 0;
}
+void ProxyResolvingClientSocket::DumpMemoryStats(
+ base::trace_event::MemoryAllocatorDump* dump) const {}
eroman 2016/11/29 22:22:50 Presumably this should forward to transport_->sock
xunjieli 2016/11/30 16:02:03 Done.
+
void ProxyResolvingClientSocket::CloseTransportSocket() {
if (transport_.get() && transport_->socket())
transport_->socket()->Disconnect();

Powered by Google App Engine
This is Rietveld 408576698