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