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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 2976323002: Hook up ProfileIOData's URLRequestContext to a NetworkService. (Closed)
Patch Set: X11 is bonkers Created 3 years, 5 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/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index ff3ca79517f298eebd6ac60ba763d2573c472873..f25b88976ebf6914a61c9b2ec5301ed40659df89 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1829,7 +1829,7 @@ void RenderProcessHostImpl::CreateURLLoaderFactory(
NOTREACHED();
return;
}
- storage_partition_impl_->network_context()->CreateURLLoaderFactory(
+ storage_partition_impl_->GetNetworkContext()->CreateURLLoaderFactory(
std::move(request), id_);
}

Powered by Google App Engine
This is Rietveld 408576698