| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index 98f0651d0e7cd2d2ecce2ddf014b7454de3ef77a..b768193b97891230f785c261858e0ed4bb5f7551 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -77,7 +77,7 @@ void NavigatorImpl::DidStartProvisionalLoad(
|
| entry->set_transferred_global_request_id(
|
| pending_entry->transferred_global_request_id());
|
| entry->set_should_replace_entry(pending_entry->should_replace_entry());
|
| - entry->set_redirect_chain(pending_entry->redirect_chain());
|
| + entry->SetRedirectChain(pending_entry->GetRedirectChain());
|
| }
|
| controller_->SetPendingEntry(entry);
|
| if (delegate_)
|
|
|