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

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

Issue 2976323002: Hook up ProfileIOData's URLRequestContext to a NetworkService. (Closed)
Patch Set: Add some docs to network_context.h 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 9504b672ebed4eeacd8830082fcb86de1cafb520..120e51b6201511473a16bd3ae8006cd8ba0ac2ce 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -2009,7 +2009,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