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

Unified Diff: remoting/jingle_glue/ssl_socket_adapter.cc

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 years 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 | « remoting/jingle_glue/ssl_socket_adapter.h ('k') | skia/ext/vector_platform_device_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/ssl_socket_adapter.cc
diff --git a/remoting/jingle_glue/ssl_socket_adapter.cc b/remoting/jingle_glue/ssl_socket_adapter.cc
index 45accf5c473a6b3e8a92292dbf6b566c90fe4ff3..54955ab1114d4a1bbddbd2f2a658a26a1c8996c0 100644
--- a/remoting/jingle_glue/ssl_socket_adapter.cc
+++ b/remoting/jingle_glue/ssl_socket_adapter.cc
@@ -234,6 +234,10 @@ int TransportSocket::GetPeerAddress(net::AddressList* address) const {
return net::OK;
}
+const net::BoundNetLog& TransportSocket::NetLog() const {
+ return net_log_;
+}
+
void TransportSocket::SetSubresourceSpeculation() {
NOTREACHED();
}
« no previous file with comments | « remoting/jingle_glue/ssl_socket_adapter.h ('k') | skia/ext/vector_platform_device_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698