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

Unified Diff: content/child/url_loader_client_impl.cc

Issue 2710403002: Use the loading task runner for mojo-loading (Closed)
Patch Set: fix Created 3 years, 10 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
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/url_loader_client_impl.cc
diff --git a/content/child/url_loader_client_impl.cc b/content/child/url_loader_client_impl.cc
index ab1e9309d93cd8d06da954d90ae32d3abfb859ef..0ade2475acf9b8d052fbf54f2c23c2103a83df22 100644
--- a/content/child/url_loader_client_impl.cc
+++ b/content/child/url_loader_client_impl.cc
@@ -30,6 +30,8 @@ URLLoaderClientImpl::~URLLoaderClientImpl() {
void URLLoaderClientImpl::Bind(
mojom::URLLoaderClientAssociatedPtrInfo* client_ptr_info) {
+ // TODO(yhirano): Use |task_runner_| here.
+ // Currently it is unable because of a ChannelAssociatedInterface restriction.
binding_.Bind(client_ptr_info);
}
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698