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

Unified Diff: net/websockets/websocket_stream.h

Issue 10828384: Fix comments in websocket_stream.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/websockets/websocket_stream.h
diff --git a/net/websockets/websocket_stream.h b/net/websockets/websocket_stream.h
index 7e31edc9786755107046cf1306307546ce8f1598..c69aa85a33c4f112a1dd20a0438c2f12c6230a0b 100644
--- a/net/websockets/websocket_stream.h
+++ b/net/websockets/websocket_stream.h
@@ -41,8 +41,8 @@ class WebSocketStream {
// Initializes stream. Must be called before calling SendHandshakeRequest().
// Returns a net error code, possibly ERR_IO_PENDING, as stated above.
//
- // |request_info->url| must be a URL starting with "ws://" or "wss://".
- // |request_info->method| must be "GET". |request_info->upload_data| is
+ // |request_info.url| must be a URL starting with "ws://" or "wss://".
+ // |request_info.method| must be "GET". |request_info.upload_data| is
// ignored.
virtual int InitializeStream(const HttpRequestInfo& request_info,
const BoundNetLog& net_log,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698