Chromium Code Reviews| Index: content/child/resource_dispatcher.h |
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h |
| index d85087d4557b8e18dae76c012d341667a98e1748..fe137eb0849568def8e45ff0490180f2596bf18c 100644 |
| --- a/content/child/resource_dispatcher.h |
| +++ b/content/child/resource_dispatcher.h |
| @@ -67,6 +67,12 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener { |
| void DidChangePriority(int routing_id, int request_id, |
| net::RequestPriority new_priority); |
| + // Construct a WebParserResourceBridgeImpl for passing back to Blink. |
| + blink::WebParserResourceBridge* ConstructParserResourceBridge(int request_id); |
| + // Callback from the WebParserResourceBridgeImpl happening when its |
|
jam
2013/12/17 00:44:40
nit: blank line above this.
oystein (OOO til 10th of July)
2013/12/17 01:07:27
Done.
|
| + // resource filter has been installed on the I/O thread. |
| + void OnParserResourceMessageFilterAdded(int request_id); |
| + |
| // This does not take ownership of the delegate. It is expected that the |
| // delegate have a longer lifetime than the ResourceDispatcher. |
| void set_delegate(ResourceDispatcherDelegate* delegate) { |