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

Unified Diff: remoting/protocol/ssl_hmac_channel_authenticator.cc

Issue 2525743002: Make URLRequestContext a MemoryDumpProvider (Abandoned) (Closed)
Patch Set: rebased to 7f3d142161b15869f6bea58ac43c5f52ce5834ac 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: remoting/protocol/ssl_hmac_channel_authenticator.cc
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc
index 1e3a0f787bbc919ae523610a3cda5e93f6b12c4d..5a29b323e3726c482fcfc32679f53c76dfb03610 100644
--- a/remoting/protocol/ssl_hmac_channel_authenticator.cc
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc
@@ -180,6 +180,10 @@ class NetStreamSocketAdapter : public net::StreamSocket {
NOTIMPLEMENTED();
return 0;
}
+ void DumpMemoryStats(
+ base::trace_event::MemoryAllocatorDump* dump) const override {
+ NOTREACHED();
+ }
private:
std::unique_ptr<P2PStreamSocket> socket_;
« net/url_request/url_request_context.cc ('K') | « net/url_request/url_request_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698