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

Unified Diff: components/html_viewer/web_url_loader_impl.cc

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 android compile Created 5 years, 3 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.cc
diff --git a/components/html_viewer/web_url_loader_impl.cc b/components/html_viewer/web_url_loader_impl.cc
index 5f5b840c0c416fd984b09f7a436ce9a487653d46..217baf4ec709ea5bb176048b2d5dcab437b97fcb 100644
--- a/components/html_viewer/web_url_loader_impl.cc
+++ b/components/html_viewer/web_url_loader_impl.cc
@@ -312,4 +312,9 @@ void WebURLLoaderImpl::OnResponseBodyStreamReady(MojoResult result) {
ReadMore();
}
+void WebURLLoaderImpl::setLoadingTaskRunner(
+ blink::WebTaskRunner* web_task_runner) {
+ // There isnt a scheduler so we can safely ignore this.
Sami 2015/09/30 13:03:16 Hmm, html_viewer does use the renderer scheduler.
alex clarke (OOO till 29th) 2015/09/30 13:37:16 Acknowledged.
+}
+
} // namespace html_viewer

Powered by Google App Engine
This is Rietveld 408576698