| Index: net/socket/tcp_socket_win.h
|
| diff --git a/net/socket/tcp_socket_win.h b/net/socket/tcp_socket_win.h
|
| index f24ffb801b7fc18abf7ee7fa5e1112aa52ff7811..1786af11ada0d8387e3ef08cd21eebc3c6c52636 100644
|
| --- a/net/socket/tcp_socket_win.h
|
| +++ b/net/socket/tcp_socket_win.h
|
| @@ -81,9 +81,7 @@ class NET_EXPORT TCPSocketWin : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
|
|
| void Close();
|
|
|
| - // Setter/Getter methods for TCP FastOpen socket option.
|
| - // NOOPs since TCP FastOpen is not implemented in Windows.
|
| - bool UsingTCPFastOpen() const { return false; }
|
| + // NOOP since TCP FastOpen is not implemented in Windows.
|
| void EnableTCPFastOpenIfSupported() {}
|
|
|
| bool IsValid() const { return socket_ != INVALID_SOCKET; }
|
|
|