| Index: content/browser/frame_host/navigation_handle_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.cc b/content/browser/frame_host/navigation_handle_impl.cc
|
| index 44547e2d710872c02b28a3776ec47843c9e9487f..fd595cf16216f28e9e72351f1e0307b5b2120af3 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -193,6 +193,10 @@ bool NavigationHandleImpl::WasServerRedirect() {
|
| return was_redirected_;
|
| }
|
|
|
| +const std::vector<GURL>& NavigationHandleImpl::GetRedirectChain() {
|
| + return redirect_chain_;
|
| +}
|
| +
|
| int NavigationHandleImpl::GetFrameTreeNodeId() {
|
| return frame_tree_node_->frame_tree_node_id();
|
| }
|
|
|