Index: net/socket/ssl_client_socket_nss.h |
=================================================================== |
--- net/socket/ssl_client_socket_nss.h (revision 86260) |
+++ net/socket/ssl_client_socket_nss.h (working copy) |
@@ -76,6 +76,8 @@ |
virtual void SetOmniboxSpeculation(); |
virtual bool WasEverUsed() const; |
virtual bool UsingTCPFastOpen() const; |
+ virtual int NumBytesRead() const; |
+ virtual double GetRTTInMs() const; |
// Socket methods: |
virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback); |