Chromium Code Reviews| Index: jingle/notifier/base/fake_ssl_client_socket.h |
| =================================================================== |
| --- jingle/notifier/base/fake_ssl_client_socket.h (revision 90551) |
| +++ 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 base::TimeDelta GetConnectTimeMicros() const; |
| private: |
| enum HandshakeState { |