| Index: net/socket/tcp_client_socket_pool_unittest.cc
|
| ===================================================================
|
| --- net/socket/tcp_client_socket_pool_unittest.cc (revision 63182)
|
| +++ net/socket/tcp_client_socket_pool_unittest.cc (working copy)
|
| @@ -53,6 +53,7 @@
|
| virtual void SetSubresourceSpeculation() {}
|
| virtual void SetOmniboxSpeculation() {}
|
| virtual bool WasEverUsed() const { return false; }
|
| + virtual bool UsingTCPFastOpen() const { return false; }
|
|
|
| // Socket methods:
|
| virtual int Read(IOBuffer* buf, int buf_len,
|
| @@ -98,6 +99,7 @@
|
| virtual void SetSubresourceSpeculation() {}
|
| virtual void SetOmniboxSpeculation() {}
|
| virtual bool WasEverUsed() const { return false; }
|
| + virtual bool UsingTCPFastOpen() const { return false; }
|
|
|
| // Socket methods:
|
| virtual int Read(IOBuffer* buf, int buf_len,
|
| @@ -156,6 +158,7 @@
|
| virtual void SetSubresourceSpeculation() {}
|
| virtual void SetOmniboxSpeculation() {}
|
| virtual bool WasEverUsed() const { return false; }
|
| + virtual bool UsingTCPFastOpen() const { return false; }
|
|
|
| // Socket methods:
|
| virtual int Read(IOBuffer* buf, int buf_len,
|
|
|