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

Unified Diff: third_party/WebKit/public/web/WebDataSource.h

Issue 2653953005: PlzNavigate: transmit redirect info to the renderer side (Closed)
Patch Set: Addressed comments Created 3 years, 10 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
Index: third_party/WebKit/public/web/WebDataSource.h
diff --git a/third_party/WebKit/public/web/WebDataSource.h b/third_party/WebKit/public/web/WebDataSource.h
index 7756cc86ef8b4de933747cfb128286b4125f20e3..c2b118ac412d890aa7cae91a3567237a17774b19 100644
--- a/third_party/WebKit/public/web/WebDataSource.h
+++ b/third_party/WebKit/public/web/WebDataSource.h
@@ -112,7 +112,7 @@ class WebDataSource {
virtual void updateNavigation(double redirectStartTime,
double redirectEndTime,
double fetchStartTime,
- const WebVector<WebURL>& redirectChain) = 0;
+ bool hasRedirect) = 0;
// Allows the embedder to inject a filter that will be consulted for each
// subsequent subresource load, and gets the final say in deciding whether

Powered by Google App Engine
This is Rietveld 408576698