Index: net/socket/ssl_client_socket_openssl.h |
diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h |
index a3e6db9aa0dcb29ca8b339e0a1ad2f1ab662a94a..1dcfe008068763deb07d9f456b0f60a5714d201e 100644 |
--- a/net/socket/ssl_client_socket_openssl.h |
+++ b/net/socket/ssl_client_socket_openssl.h |
@@ -69,6 +69,8 @@ class SSLClientSocketOpenSSL : public SSLClientSocket { |
virtual void SetOmniboxSpeculation(); |
virtual bool WasEverUsed() const; |
virtual bool UsingTCPFastOpen() const; |
+ virtual int64 NumBytesRead() const; |
+ virtual base::TimeDelta GetConnectTimeMicros() const; |
// Socket methods: |
virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback); |