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

Unified Diff: content/child/web_url_loader_impl.h

Issue 2653953005: PlzNavigate: transmit redirect info to the renderer side (Closed)
Patch Set: PlzNavigate: transmit redirect info to the renderer side Created 3 years, 10 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/web_url_loader_impl.h
diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
index 7320f5ed7da408fadc484cf13cfade4dcee09e63..e96dce38fad34f7977e5176198d6b6dcc8c1014e 100644
--- a/content/child/web_url_loader_impl.h
+++ b/content/child/web_url_loader_impl.h
@@ -34,6 +34,7 @@ struct CONTENT_EXPORT StreamOverrideParameters {
ResourceResponseHead response;
std::vector<GURL> redirects;
std::vector<ResourceResponseInfo> redirect_responses;
+ std::vector<net::RedirectInfo> redirect_infos;
// The delta between the actual transfer size and the one reported by the
// AsyncResourceLoader due to not having the ResourceResponse.

Powered by Google App Engine
This is Rietveld 408576698