| Index: content/child/child_thread.h
|
| diff --git a/content/child/child_thread.h b/content/child/child_thread.h
|
| index 6af7016fddf96c913800fc601ab9c89e97a037e1..8887e7af753ffa35f31501b7faaec2ff1db768a8 100644
|
| --- a/content/child/child_thread.h
|
| +++ b/content/child/child_thread.h
|
| @@ -79,11 +79,6 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener,
|
|
|
| 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,
|
|
|