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

Unified Diff: content/common/navigation_params.h

Issue 2316573002: PlzNavigate: Support ResourceTiming API (Closed)
Patch Set: Addressed comments (clamy@) Created 4 years, 3 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
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/pepper/pepper_url_loader_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigation_params.h
diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h
index f288a14072dcee89ba203b7056e035cc18b71b63..80a1db8c1bc746410f7d262fb97d1765f84eb5c5 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,9 @@ struct CONTENT_EXPORT RequestNavigationParams {
// navigations; defaults to empty.
std::vector<GURL> redirects;
+ // The ResourceResponseInfo received during redirects.
clamy 2016/09/19 12:10:47 nit:s/ResourceResponseInfo/ResourceResponseInfos (
arthursonzogni 2016/09/19 13:15:37 Done.
+ std::vector<ResourceResponseInfo> redirect_response_infos;
+
// Whether or not this url should be allowed to access local file://
// resources.
bool can_load_local_resources;
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/pepper/pepper_url_loader_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698