Most of the WebSocket code does not need to care about the original
frame boundaries. Move the chunk to frame conversion logic to
WebSocketBasicStream from WebSocketChannel and change all interfaces
except for WebSocketFrameParser to use WebSocketFrame instead of
WebSocketFrameChunk.
BUG=
288603
TEST=net_unittests --gtest_filter=WebSocket*
Committed:
https://src.chromium.org/viewvc/chrome?view=rev&revision=225452