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

Unified Diff: Source/web/WebDataSourceImpl.h

Issue 40323004: Add WebDataSource::appendRedirect for cross-process redirects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Original patch Created 7 years, 2 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 | « no previous file | Source/web/WebDataSourceImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDataSourceImpl.h
diff --git a/Source/web/WebDataSourceImpl.h b/Source/web/WebDataSourceImpl.h
index 2c4cd8075122077894e03f3bbb3a6c7d21ba6c4c..555d6db61907e4cf2dab6549c278a348ed567d5a 100644
--- a/Source/web/WebDataSourceImpl.h
+++ b/Source/web/WebDataSourceImpl.h
@@ -61,6 +61,7 @@ public:
virtual const WebURLResponse& response() const;
virtual bool hasUnreachableURL() const;
virtual WebURL unreachableURL() const;
+ virtual void appendRedirect(const WebURL&);
virtual void redirectChain(WebVector<WebURL>&) const;
virtual bool isClientRedirect() const;
virtual bool replacesCurrentHistoryItem() const;
« no previous file with comments | « no previous file | Source/web/WebDataSourceImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698