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

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: review comment Created 3 years, 7 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 7e28d332730e878e86e9e13aa5603db59d315a56..97a0a29ae5891aa0886a98b2a65f09af5b25b272 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -3149,7 +3149,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();

Powered by Google App Engine
This is Rietveld 408576698