Chromium Code Reviews| Index: remoting/jingle_glue/ssl_socket_adapter.h |
| =================================================================== |
| --- remoting/jingle_glue/ssl_socket_adapter.h (revision 90003) |
| +++ 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 int GetConnectTimeMicros() const; |
| // net::Socket implementation |