Remove old WebSocket implementation from content/
commit8e60ab5d142eaa8c04a385f265f1c328ad5a9b6d
authorricea <ricea@chromium.org>
Fri, 24 Oct 2014 08:53:55 +0000 (24 01:53 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 24 Oct 2014 08:54:19 +0000 (24 08:54 +0000)
tree0b6ffb9e8244fe12c6ccd75b8bec7126ec6bfb7d
parent821aa6e20b4e447f8e37525be247dfd5bd83feff
Remove old WebSocket implementation from content/

Remove the old SocketStream-based WebSocket implementation from
content/.

Large parts of the implementation still exist in net/. They will be
removed in a subsequent CL.

There are also a few traces in chrome/, and some interfaces in Blink
that cannot be removed until this CL is submitted.

BUG=423201
TEST=layout tests, browser_tests

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

Cr-Commit-Position: refs/heads/master@{#301075}
31 files changed:
content/browser/renderer_host/render_process_host_impl.cc
content/browser/renderer_host/socket_stream_dispatcher_host.cc [deleted file]
content/browser/renderer_host/socket_stream_dispatcher_host.h [deleted file]
content/browser/renderer_host/socket_stream_host.cc [deleted file]
content/browser/renderer_host/socket_stream_host.h [deleted file]
content/child/blink_platform_impl.cc
content/child/blink_platform_impl.h
content/child/child_thread.cc
content/child/child_thread.h
content/child/socket_stream_dispatcher.cc [deleted file]
content/child/socket_stream_dispatcher.h [deleted file]
content/child/web_socket_stream_handle_bridge.h [deleted file]
content/child/web_socket_stream_handle_delegate.h [deleted file]
content/child/web_socket_stream_handle_impl.cc [deleted file]
content/child/web_socket_stream_handle_impl.h [deleted file]
content/common/content_message_generator.h
content/common/socket_stream.h [deleted file]
content/common/socket_stream_handle_data.h [deleted file]
content/common/socket_stream_messages.h [deleted file]
content/common/websocket_messages.h
content/content_browser.gypi
content/content_child.gypi
content/content_common.gypi
content/ppapi_plugin/ppapi_blink_platform_impl.cc
content/ppapi_plugin/ppapi_blink_platform_impl.h
content/renderer/render_frame_impl.cc
content/renderer/render_frame_impl.h
content/renderer/render_view_impl.cc
content/renderer/render_view_impl.h
content/shell/browser/shell_network_delegate.cc
content/shell/browser/shell_network_delegate.h