| Index: trunk/src/content/child/resource_dispatcher.h
|
| ===================================================================
|
| --- trunk/src/content/child/resource_dispatcher.h (revision 276493)
|
| +++ trunk/src/content/child/resource_dispatcher.h (working copy)
|
| @@ -23,10 +23,6 @@
|
|
|
| struct ResourceMsg_RequestCompleteData;
|
|
|
| -namespace blink {
|
| -class WebThreadedDataReceiver;
|
| -}
|
| -
|
| namespace webkit_glue {
|
| class ResourceLoaderBridge;
|
| }
|
| @@ -34,7 +30,6 @@
|
| namespace content {
|
| class RequestPeer;
|
| class ResourceDispatcherDelegate;
|
| -class ThreadedDataProvider;
|
| struct ResourceResponseInfo;
|
| struct RequestInfo;
|
| struct ResourceResponseHead;
|
| @@ -81,11 +76,6 @@
|
| net::RequestPriority new_priority,
|
| int intra_priority_value);
|
|
|
| - // The provided data receiver will receive incoming resource data rather
|
| - // than the resource bridge.
|
| - bool AttachThreadedDataReceiver(
|
| - int request_id, blink::WebThreadedDataReceiver* threaded_data_receiver);
|
| -
|
| IPC::Sender* message_sender() const { return message_sender_; }
|
|
|
| // This does not take ownership of the delegate. It is expected that the
|
| @@ -116,7 +106,6 @@
|
| ~PendingRequestInfo();
|
|
|
| RequestPeer* peer;
|
| - ThreadedDataProvider* threaded_data_provider;
|
| ResourceType::Type resource_type;
|
| // The PID of the original process which issued this request. This gets
|
| // non-zero only for a request proxied by another renderer, particularly
|
|
|