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

Unified Diff: content/child/child_thread.h

Issue 226273005: Remove webkit's ResourceLoaderBridge interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: StartSync -> StartAsync -> Cancel - change StartAsync to request request_id 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.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index f8d9bf4367773d8cbaf85adb820ca479a53d9f7a..f44919e94b88be5d71da9cf9fa038ee4a8c34ff3 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -75,11 +75,6 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
MessageRouter* GetRouter();
- // Creates a ResourceLoaderBridge.
- // Tests can override this method if they want a custom loading behavior.
- virtual webkit_glue::ResourceLoaderBridge* CreateBridge(
- const RequestInfo& request_info);
-
// Allocates a block of shared memory of the given size and
// maps in into the address space. Returns NULL of failure.
// Note: On posix, this requires a sync IPC to the browser process,

Powered by Google App Engine
This is Rietveld 408576698