Index: jingle/notifier/base/fake_ssl_client_socket.h |
=================================================================== |
--- jingle/notifier/base/fake_ssl_client_socket.h (revision 88789) |
+++ jingle/notifier/base/fake_ssl_client_socket.h (working copy) |
@@ -62,6 +62,8 @@ |
virtual void SetOmniboxSpeculation(); |
virtual bool WasEverUsed() const; |
virtual bool UsingTCPFastOpen() const; |
+ virtual int64 NumBytesRead() const; |
+ virtual int GetConnectTimeMicros() const; |
private: |
enum HandshakeState { |