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

Unified Diff: net/websockets/README

Issue 12764006: WebSocketChannel implementation (Closed) Base URL: http://git.chromium.org/chromium/src.git@web_socket_dispatcher
Patch Set: Fix "OverFlow" -> "Overflow" Created 7 years, 6 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: net/websockets/README
diff --git a/net/websockets/README b/net/websockets/README
index c168d9cc1c31c2e60e977096bb31a066ebedf9a3..97690ff911225bd0afbdb14eaf5832e3e12bc240 100644
--- a/net/websockets/README
+++ b/net/websockets/README
@@ -31,6 +31,8 @@ performs framing and implements protocol semantics in the browser process, and
presents a high-level interface to the renderer process similar to a
multiplexing proxy. This is not yet used in any stable Chromium version.
+websocket_channel.cc
+websocket_channel.h
websocket_errors.cc
websocket_errors.h
websocket_errors_unittest.cc
@@ -40,4 +42,5 @@ websocket_frame_parser.cc
websocket_frame_parser.h
websocket_frame_parser_unittest.cc
websocket_frame_unittest.cc
+websocket_mux.h
websocket_stream.h

Powered by Google App Engine
This is Rietveld 408576698