| 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();
|
| }
|
|
|