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..378ec84d280da0e7186b57872fd3d445b11df4e8 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 EnableTCPFastOpen() OVERRIDE; |
virtual bool WasNpnNegotiated() const OVERRIDE; |
virtual NextProto GetNegotiatedProtocol() const OVERRIDE; |
virtual bool GetSSLInfo(SSLInfo* ssl_info) OVERRIDE; |