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

Unified Diff: content/child/url_loader_client_impl.cc

Issue 2717523004: Revert of Use the loading task runner for mojo-loading (Closed)
Patch Set: 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 c1d25c88e65159c53ff010762f41858776766f37..ab1e9309d93cd8d06da954d90ae32d3abfb859ef 100644
--- a/content/child/url_loader_client_impl.cc
+++ b/content/child/url_loader_client_impl.cc
@@ -30,7 +30,7 @@
void URLLoaderClientImpl::Bind(
mojom::URLLoaderClientAssociatedPtrInfo* client_ptr_info) {
- binding_.Bind(client_ptr_info, task_runner_.get());
+ binding_.Bind(client_ptr_info);
}
void URLLoaderClientImpl::SetDefersLoading() {
« 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