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

Unified Diff: content/child/request_extra_data.cc

Issue 2860903006: Handle webuis when using the network service. (Closed)
Patch Set: nits 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/child/request_extra_data.cc
diff --git a/content/child/request_extra_data.cc b/content/child/request_extra_data.cc
index e18759d011fbd375887d8c9bef4ddd4e37c1820f..aa763358da0cd6e216bfc73f516273b091b24afd 100644
--- a/content/child/request_extra_data.cc
+++ b/content/child/request_extra_data.cc
@@ -29,7 +29,8 @@ RequestExtraData::RequestExtraData()
is_prefetch_(false),
download_to_network_cache_only_(false),
block_mixed_plugin_content_(false),
- navigation_initiated_by_renderer_(false) {}
+ navigation_initiated_by_renderer_(false),
+ url_loader_factory_override_(nullptr) {}
RequestExtraData::~RequestExtraData() {
}

Powered by Google App Engine
This is Rietveld 408576698