| Index: net/socket/tcp_client_socket.h
|
| diff --git a/net/socket/tcp_client_socket.h b/net/socket/tcp_client_socket.h
|
| index 970da2a026ff87799fe4a70dc7dba4044e00ba07..932262484ffb0d71a5aa597ea733bb66b9c51900 100644
|
| --- a/net/socket/tcp_client_socket.h
|
| +++ b/net/socket/tcp_client_socket.h
|
| @@ -49,6 +49,7 @@ class NET_EXPORT TCPClientSocket : public StreamSocket {
|
| virtual void SetOmniboxSpeculation() OVERRIDE;
|
| virtual bool WasEverUsed() const OVERRIDE;
|
| virtual bool UsingTCPFastOpen() const OVERRIDE;
|
| + virtual void EnableTCPFastOpenIfSupported() OVERRIDE;
|
| virtual bool WasNpnNegotiated() const OVERRIDE;
|
| virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
| virtual bool GetSSLInfo(SSLInfo* ssl_info) OVERRIDE;
|
|
|