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

Unified Diff: third_party/WebKit/Source/web/WebDataSourceImpl.h

Issue 2653953005: PlzNavigate: transmit redirect info to the renderer side (Closed)
Patch Set: Rebase + 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/Source/web/WebDataSourceImpl.h
diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
index 672b784b8a7a2dc206e4086aa6595943dbaaf30c..f0f464d7f5f8d1d6601f568e4f43ea85c4d45588 100644
--- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
+++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
@@ -71,7 +71,7 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
void updateNavigation(double redirectStartTime,
double redirectEndTime,
double fetchStartTime,
- const WebVector<WebURL>& redirectChain) override;
+ bool hasRedirect) override;
void setSubresourceFilter(WebDocumentSubresourceFilter*) override;
static WebNavigationType toWebNavigationType(NavigationType);
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentLoader.cpp ('k') | third_party/WebKit/Source/web/WebDataSourceImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698