| 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,
|
|
|