| 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,
|
|
|