Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: mojo/services/network/interfaces/tcp_bound_socket.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698