Chromium Code Reviews| Index: net/socket/tcp_client_socket_win.cc |
| =================================================================== |
| --- net/socket/tcp_client_socket_win.cc (revision 63182) |
| +++ net/socket/tcp_client_socket_win.cc (working copy) |
| @@ -536,6 +536,11 @@ |
| return use_history_.was_used_to_convey_data(); |
| } |
| +bool TCPClientSocketWin::UsingTCPFastOpen() const { |
| + // Not supported on windows. |
| + return false; |
| +} |
| + |
| int TCPClientSocketWin::Read(IOBuffer* buf, |
| int buf_len, |
| CompletionCallback* callback) { |