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

Unified Diff: content/child/web_url_loader_impl.cc

Issue 2140523002: Remove WebURLRequest::initialize() and simplify WebURLRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mutable ref Created 4 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
« no previous file with comments | « components/plugins/renderer/mobile_youtube_plugin.cc ('k') | content/child/web_url_loader_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_url_loader_impl.cc
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
index b3b2cdafb54479656d59aa6318287663643e7b6d..9edfe9a132b4e5bc7ec03cdad9dadd3f815ccbb4 100644
--- a/content/child/web_url_loader_impl.cc
+++ b/content/child/web_url_loader_impl.cc
@@ -607,7 +607,6 @@ bool WebURLLoaderImpl::Context::OnReceivedRedirect(
request_.reportRawHeaders());
WebURLRequest new_request;
- new_request.initialize();
PopulateURLRequestForRedirect(
request_, redirect_info, referrer_policy_,
info.was_fetched_via_service_worker
« no previous file with comments | « components/plugins/renderer/mobile_youtube_plugin.cc ('k') | content/child/web_url_loader_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698