| Index: content/common/navigation_params.h
|
| diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h
|
| index 3472c562d9fad1d7af8469d3d9b023551cebef8e..765d3cb69dda71b29ed9e10db69ba0b7b1f8d9c5 100644
|
| --- a/content/common/navigation_params.h
|
| +++ b/content/common/navigation_params.h
|
| @@ -19,6 +19,7 @@
|
| #include "content/public/common/page_state.h"
|
| #include "content/public/common/referrer.h"
|
| #include "content/public/common/request_context_type.h"
|
| +#include "content/public/common/resource_response.h"
|
| #include "ui/base/page_transition_types.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -241,6 +242,9 @@ struct CONTENT_EXPORT RequestNavigationParams {
|
| // navigations; defaults to empty.
|
| std::vector<GURL> redirects;
|
|
|
| + // The ResourceResponseInfos received during redirects.
|
| + std::vector<ResourceResponseInfo> redirect_response;
|
| +
|
| // Whether or not this url should be allowed to access local file://
|
| // resources.
|
| bool can_load_local_resources;
|
|
|