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

Unified Diff: components/html_viewer/web_url_loader_impl.h

Issue 1366883002: [Reland] Post loading tasks on the appropriate WebFrameScheduler's queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix UAF in BackgroundHTMLParser Created 5 years, 2 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: components/html_viewer/web_url_loader_impl.h
diff --git a/components/html_viewer/web_url_loader_impl.h b/components/html_viewer/web_url_loader_impl.h
index c8a788f57fa22b8f754e5801027943b4499218bd..f8293316d767b739db0b805e72c8706435091b42 100644
--- a/components/html_viewer/web_url_loader_impl.h
+++ b/components/html_viewer/web_url_loader_impl.h
@@ -47,6 +47,7 @@ class WebURLLoaderImpl : public blink::WebURLLoader {
blink::WebURLLoaderClient* client);
virtual void cancel();
virtual void setDefersLoading(bool defers_loading);
+ virtual void setLoadingTaskRunner(blink::WebTaskRunner* web_task_runner);
void OnReceivedResponse(const blink::WebURLRequest& request,
mojo::URLResponsePtr response);

Powered by Google App Engine
This is Rietveld 408576698