Chromium Code Reviews| Index: remoting/jingle_glue/ssl_socket_adapter.cc |
| =================================================================== |
| --- remoting/jingle_glue/ssl_socket_adapter.cc (revision 89323) |
| +++ remoting/jingle_glue/ssl_socket_adapter.cc (working copy) |
| @@ -308,6 +308,16 @@ |
| return false; |
| } |
| +int64 TransportSocket::NumBytesRead() const { |
| + NOTREACHED(); |
| + return -1; |
| +} |
| + |
| +int TransportSocket::GetConnectTimeMicros() const { |
| + NOTREACHED(); |
| + return -1; |
| +} |
| + |
| int TransportSocket::Read(net::IOBuffer* buf, int buf_len, |
| net::CompletionCallback* callback) { |
| DCHECK(buf); |