Index: content/common/navigation_params.h |
diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h |
index f288a14072dcee89ba203b7056e035cc18b71b63..9e7afc6b80b2039130e2738555668f28d3c3cfab 100644 |
--- a/content/common/navigation_params.h |
+++ b/content/common/navigation_params.h |
@@ -18,6 +18,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" |
@@ -245,6 +246,10 @@ struct CONTENT_EXPORT RequestNavigationParams { |
// navigations; defaults to empty. |
std::vector<GURL> redirects; |
+ // Any ResourceResponseInfo that occured before the final response during |
clamy
2016/09/12 15:46:33
nit: how about "The ResourceResponseInfos received
arthursonzogni
2016/09/17 00:58:32
Done.
|
+ // redirections. |
+ std::vector<ResourceResponseInfo> resource_response_infos; |
+ |
// Whether or not this url should be allowed to access local file:// |
// resources. |
bool can_load_local_resources; |