| Index: mojo/services/network/public/interfaces/http_connection.mojom
|
| diff --git a/mojo/services/network/public/interfaces/http_connection.mojom b/mojo/services/network/public/interfaces/http_connection.mojom
|
| index d6fe5ef8faaae21fa4a03ec0ed49f493269aab7e..bf98038fd8a61d6767a86592d63285b4285e30a9 100644
|
| --- a/mojo/services/network/public/interfaces/http_connection.mojom
|
| +++ b/mojo/services/network/public/interfaces/http_connection.mojom
|
| @@ -20,7 +20,7 @@ interface HttpConnectionDelegate {
|
| // Called when an HTTP request is received.
|
| OnReceivedRequest(URLRequest request) => (URLResponse response);
|
|
|
| - // Called with an WebSocket request is received.
|
| + // Called when an WebSocket request is received.
|
| //
|
| // If the delegate decides to accept the request, it should respond with
|
| // non-null arguments in the callback. |send_stream| is a data pipe which
|
|
|