| 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.
|
|
|