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

Unified Diff: mojo/services/network/interfaces/http_connection.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/http_connection.mojom
diff --git a/mojo/services/network/interfaces/http_connection.mojom b/mojo/services/network/interfaces/http_connection.mojom
index 38d39aa27501d6860c356dd3cc1bb2ede5bc52bd..33dc2b476677758b518b1c57d123ed3fbb5097da 100644
--- a/mojo/services/network/interfaces/http_connection.mojom
+++ b/mojo/services/network/interfaces/http_connection.mojom
@@ -36,8 +36,5 @@ interface HttpConnectionDelegate {
// - fragmented or non-text messages;
// - failure or close notification;
// - flow control.
- OnReceivedWebSocketRequest(HttpRequest request)
- => (WebSocket&? web_socket,
- handle<data_pipe_consumer>? send_stream,
- WebSocketClient? client);
+ OnReceivedWebSocketRequest(HttpRequest request) => (WebSocket&? web_socket, handle<data_pipe_consumer>? send_stream, WebSocketClient? client);
};

Powered by Google App Engine
This is Rietveld 408576698