Skip to content

Commit

Permalink
Fix comments in websocket_stream.h.
Browse files Browse the repository at this point in the history
BUG=none
R=mmenke@chromium.org


Review URL: https://chromiumcodereview.appspot.com/10828384

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152526 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
yutak@chromium.org committed Aug 21, 2012
1 parent fe2420d commit 76aa9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/websockets/websocket_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 76aa9f8

Please sign in to comment.