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

Unified Diff: content/browser/frame_host/render_frame_host_impl.cc

Issue 2906543002: Add support for reading blobs when using the network service. (Closed)
Patch Set: fix threading issue with weakptr Created 3 years, 6 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/frame_host/render_frame_host_impl.cc
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
index b4b4cc124571134c9bd0123f5ef7a716ef6d1192..0bd003f1b204f588ecd80b2ccd18e31fc9b6bb3d 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -3151,7 +3151,7 @@ void RenderFrameHostImpl::CommitNavigation(
const auto& schemes = URLDataManagerBackend::GetWebUISchemes();
if (std::find(schemes.begin(), schemes.end(), common_params.url.scheme()) !=
schemes.end()) {
- commit_data.url_loader_factory = GetWebUIURLLoader(frame_tree_node_)
+ commit_data.url_loader_factory = CreateWebUIURLLoader(frame_tree_node_)
.PassInterface()
.PassHandle()
.release();
« no previous file with comments | « content/browser/blob_storage/blob_url_unittest.cc ('k') | content/browser/loader/navigation_url_loader_network_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698