Index: content/browser/frame_host/navigation_controller_impl.h |
diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h |
index e9206b4b72430269b023cc1017832b0c51c7e43b..4fab08e0d27ab2ab5699251cf3c18780dd5319cf 100644 |
--- a/content/browser/frame_host/navigation_controller_impl.h |
+++ b/content/browser/frame_host/navigation_controller_impl.h |
@@ -208,6 +208,13 @@ class CONTENT_EXPORT NavigationControllerImpl |
// Discards only the pending entry. |
void DiscardPendingEntry(); |
+ // Produces a redirect chain by merging the active entry redirects with the |
+ // redirects given in the params, taking into account the type of navigation |
+ // specified in the params. |
+ std::vector<GURL> GetMergedRedirectChain( |
+ const ViewHostMsg_FrameNavigate_Params& params, |
+ const std::vector<GURL>& active_entry_redirects) const; |
+ |
private: |
friend class RestoreHelper; |