| Index: trunk/src/webkit/child/resource_loader_bridge.h
|
| ===================================================================
|
| --- trunk/src/webkit/child/resource_loader_bridge.h (revision 276493)
|
| +++ trunk/src/webkit/child/resource_loader_bridge.h (working copy)
|
| @@ -21,10 +21,6 @@
|
| #include "net/base/request_priority.h"
|
| #include "webkit/child/webkit_child_export.h"
|
|
|
| -namespace blink {
|
| -class WebThreadedDataReceiver;
|
| -}
|
| -
|
| // TODO(pilgrim) remove this once resource loader is moved to content
|
| // http://crbug.com/338338
|
| namespace content {
|
| @@ -65,11 +61,6 @@
|
| virtual void DidChangePriority(net::RequestPriority new_priority,
|
| int intra_priority_value) = 0;
|
|
|
| - // Call this method to attach a data receiver which will receive resource data
|
| - // on its own thread.
|
| - virtual bool AttachThreadedDataReceiver(
|
| - blink::WebThreadedDataReceiver* threaded_data_receiver) = 0;
|
| -
|
| // Call this method to load the resource synchronously (i.e., in one shot).
|
| // This is an alternative to the Start method. Be warned that this method
|
| // will block the calling thread until the resource is fully downloaded or an
|
|
|