Index: mojo/services/network/interfaces/tcp_bound_socket.mojom |
diff --git a/mojo/services/network/interfaces/tcp_bound_socket.mojom b/mojo/services/network/interfaces/tcp_bound_socket.mojom |
index f48a01b1a4347fddbebf7a4f2393fddc45390fe2..b4fc13e0f605eea6ce300a745969dc79811676e4 100644 |
--- a/mojo/services/network/interfaces/tcp_bound_socket.mojom |
+++ b/mojo/services/network/interfaces/tcp_bound_socket.mojom |
@@ -32,9 +32,5 @@ interface TCPBoundSocket { |
// |
// Once this function is called, neither StartListening nor Connect can be |
// used on this socket again. |
- Connect(NetAddress remote_address, |
- handle<data_pipe_consumer> send_stream, |
- handle<data_pipe_producer> receive_stream, |
- TCPConnectedSocket& client_socket) |
- => (NetworkError result); |
+ Connect(NetAddress remote_address, handle<data_pipe_consumer> send_stream, handle<data_pipe_producer> receive_stream, TCPConnectedSocket& client_socket) => (NetworkError result); |
}; |