| Index: jingle/notifier/base/fake_ssl_client_socket.cc
|
| ===================================================================
|
| --- jingle/notifier/base/fake_ssl_client_socket.cc (revision 90003)
|
| +++ jingle/notifier/base/fake_ssl_client_socket.cc (working copy)
|
| @@ -336,4 +336,12 @@
|
| return transport_socket_->UsingTCPFastOpen();
|
| }
|
|
|
| +int64 FakeSSLClientSocket::NumBytesRead() const {
|
| + return transport_socket_->NumBytesRead();
|
| +}
|
| +
|
| +int FakeSSLClientSocket::GetConnectTimeMicros() const {
|
| + return transport_socket_->GetConnectTimeMicros();
|
| +}
|
| +
|
| } // namespace notifier
|
|
|