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

Unified Diff: net/websockets/websocket_frame_parser.h

Issue 10796107: WebSocketFrameChunk should use IOBuffer to hold data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/uint64_t/uint64/g Created 8 years, 5 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/websocket_frame_parser.h
diff --git a/net/websockets/websocket_frame_parser.h b/net/websockets/websocket_frame_parser.h
index a43ff84cbfe0ad5cc829c5d818a6b3ffcc2055f3..a6d55ea16355429dd65d8d04115298b3bb1b22d1 100644
--- a/net/websockets/websocket_frame_parser.h
+++ b/net/websockets/websocket_frame_parser.h
@@ -27,7 +27,7 @@ class NET_EXPORT_PRIVATE WebSocketFrameParser {
~WebSocketFrameParser();
// Decodes the given byte stream and stores parsed WebSocket frames in
- // |frames|.
+ // |frame_chunks|.
//
// If the parser encounters invalid payload length format, Decode() fails
// and returns false. Once Decode() has failed, the parser refuses to decode

Powered by Google App Engine
This is Rietveld 408576698