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

Unified Diff: content/child/child_thread.cc

Issue 226273005: Remove webkit's ResourceLoaderBridge interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put back AddRef() Created 6 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
Index: content/child/child_thread.cc
diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc
index 72be9fba30678ed1e49a9cec6b18d4e0166d84e0..2ba87fa117f5ae5ccfda0fda4ec56e827af6c431 100644
--- a/content/child/child_thread.cc
+++ b/content/child/child_thread.cc
@@ -44,7 +44,6 @@
#include "ipc/ipc_switches.h"
#include "ipc/ipc_sync_channel.h"
#include "ipc/ipc_sync_message_filter.h"
-#include "webkit/child/resource_loader_bridge.h"
#if defined(OS_WIN)
#include "content/common/handle_enumerator_win.h"
@@ -364,11 +363,6 @@ MessageRouter* ChildThread::GetRouter() {
return &router_;
}
-webkit_glue::ResourceLoaderBridge* ChildThread::CreateBridge(
- const RequestInfo& request_info) {
- return resource_dispatcher()->CreateBridge(request_info);
-}
-
base::SharedMemory* ChildThread::AllocateSharedMemory(size_t buf_size) {
return AllocateSharedMemory(buf_size, this);
}

Powered by Google App Engine
This is Rietveld 408576698