| Index: net/socket/client_socket_pool_base_unittest.cc
|
| ===================================================================
|
| --- net/socket/client_socket_pool_base_unittest.cc (revision 63182)
|
| +++ net/socket/client_socket_pool_base_unittest.cc (working copy)
|
| @@ -80,6 +80,7 @@
|
| virtual void SetSubresourceSpeculation() {}
|
| virtual void SetOmniboxSpeculation() {}
|
| virtual bool WasEverUsed() const { return was_used_to_convey_data_; }
|
| + virtual bool UsingTCPFastOpen() const { return false; }
|
|
|
| private:
|
| bool connected_;
|
|
|