| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 3d432ccfe73c02bbbb5e3fc6e7efd13ce5ea8c7a..18016bb1b456e17ca1f06aa3c9037d03f36abb94 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -418,15 +418,6 @@ void BlinkPlatformImpl::UpdateWebThreadTLS(blink::WebThread* thread,
|
| BlinkPlatformImpl::~BlinkPlatformImpl() {
|
| }
|
|
|
| -WebURLLoader* BlinkPlatformImpl::createURLLoader() {
|
| - ChildThreadImpl* child_thread = ChildThreadImpl::current();
|
| - // There may be no child thread in RenderViewTests. These tests can still use
|
| - // data URLs to bypass the ResourceDispatcher.
|
| - return new WebURLLoaderImpl(
|
| - child_thread ? child_thread->resource_dispatcher() : NULL,
|
| - base::WrapUnique(currentThread()->getWebTaskRunner()->clone()));
|
| -}
|
| -
|
| blink::WebSocketHandle* BlinkPlatformImpl::createWebSocketHandle() {
|
| return new WebSocketBridge;
|
| }
|
|
|