| Index: jingle/notifier/base/fake_ssl_client_socket.cc
|
| ===================================================================
|
| --- jingle/notifier/base/fake_ssl_client_socket.cc (revision 90388)
|
| +++ jingle/notifier/base/fake_ssl_client_socket.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -336,12 +336,4 @@
|
| return transport_socket_->UsingTCPFastOpen();
|
| }
|
|
|
| -int64 FakeSSLClientSocket::NumBytesRead() const {
|
| - return transport_socket_->NumBytesRead();
|
| -}
|
| -
|
| -base::TimeDelta FakeSSLClientSocket::GetConnectTimeMicros() const {
|
| - return transport_socket_->GetConnectTimeMicros();
|
| -}
|
| -
|
| } // namespace notifier
|
|
|
| Property changes on: jingle/notifier/base/fake_ssl_client_socket.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|