Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Unified Diff: content/child/blink_platform_impl.cc

Issue 1904403004: Remove PlatformImpl::createURLLoader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/blink_platform_impl.h ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « content/child/blink_platform_impl.h ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698