Chromium Code Reviews| Index: net/socket/client_socket_pool_base_unittest.cc |
| =================================================================== |
| --- net/socket/client_socket_pool_base_unittest.cc (revision 89808) |
| +++ net/socket/client_socket_pool_base_unittest.cc (working copy) |
| @@ -88,6 +88,8 @@ |
| virtual void SetOmniboxSpeculation() {} |
| virtual bool WasEverUsed() const { return was_used_to_convey_data_; } |
| virtual bool UsingTCPFastOpen() const { return false; } |
| + virtual int64 NumBytesRead() const { return -1; } |
| + virtual int GetConnectTimeMicros() const { return -1; } |
| private: |
| bool connected_; |