| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 3fd72bf36828da6e99a8acaf5f2092048e7d3033..fc51cb003e607fce991ae818d5d571e3fea9620c 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -51,7 +51,6 @@
|
| #include "content/child/thread_safe_sender.h"
|
| #include "content/child/web_url_loader_impl.h"
|
| #include "content/child/web_url_request_util.h"
|
| -#include "content/child/websocket_bridge.h"
|
| #include "content/child/worker_thread_registry.h"
|
| #include "content/public/common/content_client.h"
|
| #include "net/base/data_url.h"
|
| @@ -414,10 +413,6 @@ void BlinkPlatformImpl::UpdateWebThreadTLS(blink::WebThread* thread,
|
| BlinkPlatformImpl::~BlinkPlatformImpl() {
|
| }
|
|
|
| -blink::WebSocketHandle* BlinkPlatformImpl::createWebSocketHandle() {
|
| - return new WebSocketBridge;
|
| -}
|
| -
|
| WebString BlinkPlatformImpl::userAgent() {
|
| return blink::WebString::fromUTF8(GetContentClient()->GetUserAgent());
|
| }
|
|
|