Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1270)

Unified Diff: content/child/resource_dispatcher.h

Issue 109283006: Redirect HTML resource bytes directly to parser thread (Chrome side CL) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/child/resource_dispatcher.cc » ('j') | content/child/resource_dispatcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | content/child/resource_dispatcher.cc » ('j') | content/child/resource_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698