| 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 c51645293cc73452ae3ebf4d6f5e2c0cc6a48e1c..27b4b2f5b1c1e4d2e5db02410a68b415a8c38f77 100644
|
| --- a/content/child/web_url_loader_impl.h
|
| +++ b/content/child/web_url_loader_impl.h
|
| @@ -30,6 +30,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.
|
|
|