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

Unified Diff: content/child/web_url_loader_impl.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 6 years, 9 months 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
Index: content/child/web_url_loader_impl.h
diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
index 7b313585f4a99f0f907c845e76e0b4429d13c9c0..bb31c476d739f126481effeface207419587adc5 100644
--- a/content/child/web_url_loader_impl.h
+++ b/content/child/web_url_loader_impl.h
@@ -42,6 +42,8 @@ class WebURLLoaderImpl : public blink::WebURLLoader {
virtual void cancel();
virtual void setDefersLoading(bool value);
virtual void didChangePriority(blink::WebURLRequest::Priority new_priority);
+ virtual bool attachThreadedDataReceiver(
+ blink::WebThreadedDataReceiver* threadedDataReceiver);
darin (slow to review) 2014/03/31 17:00:01 nit: threaded_data_receiver
private:
class Context;

Powered by Google App Engine
This is Rietveld 408576698