| Index: jingle/glue/fake_ssl_client_socket.h
|
| ===================================================================
|
| --- jingle/glue/fake_ssl_client_socket.h (revision 191149)
|
| +++ jingle/glue/fake_ssl_client_socket.h (working copy)
|
| @@ -63,8 +63,6 @@
|
| virtual void SetOmniboxSpeculation() OVERRIDE;
|
| virtual bool WasEverUsed() const OVERRIDE;
|
| virtual bool UsingTCPFastOpen() const OVERRIDE;
|
| - virtual int64 NumBytesRead() const OVERRIDE;
|
| - virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
|
| virtual bool WasNpnNegotiated() const OVERRIDE;
|
| virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
| virtual bool GetSSLInfo(net::SSLInfo* ssl_info) OVERRIDE;
|
|
|