Chromium Code Reviews| Index: remoting/jingle_glue/ssl_socket_adapter.h |
| =================================================================== |
| --- remoting/jingle_glue/ssl_socket_adapter.h (revision 90388) |
| +++ remoting/jingle_glue/ssl_socket_adapter.h (working copy) |
| @@ -52,8 +52,6 @@ |
| virtual void SetOmniboxSpeculation(); |
| virtual bool WasEverUsed() const; |
| virtual bool UsingTCPFastOpen() const; |
| - virtual int64 NumBytesRead() const; |
| - virtual base::TimeDelta GetConnectTimeMicros() const; |
| // net::Socket implementation |