Previously websocket_stream.cc hard-coded the version number "13". Use the
commitd998825a0974732bb4cc42173d70a4be3f090237
authorricea@chromium.org <ricea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 2 Dec 2013 03:33:02 +0000 (2 03:33 +0000)
committerricea@chromium.org <ricea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 2 Dec 2013 03:33:02 +0000 (2 03:33 +0000)
tree34cf1e0027cc719a9f9e5d46b7f4ffc3746e98cb
parent4761ace83d5c5eeb6b7b09ba0201aabfa4d8ac00
Previously websocket_stream.cc hard-coded the version number "13". Use the
newly-added kSupportedVersion constant instead.

BUG=

Review URL: https://codereview.chromium.org/96373003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238015 0039d316-1c4b-4281-b951-d872f2087c98
net/websockets/websocket_stream.cc