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

Unified Diff: mojo/services/network/public/interfaces/http_connection.mojom

Issue 1134883002: Mojo service implementation for HTTP server - part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « mojo/services/network/network_service_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/services/network/network_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698