| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index ba47d22d5103b2f70bcbd41dd6b72f2efbb558f2..936edc5c02525a7c660a43d8adb1739dbf1fe0af 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -49,7 +49,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"
|
| @@ -410,10 +409,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());
|
| }
|
|
|