| 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);
|
| };
|
|
|