| Index: content/browser/web_contents/navigation_controller_impl.cc
|
| diff --git a/content/browser/web_contents/navigation_controller_impl.cc b/content/browser/web_contents/navigation_controller_impl.cc
|
| index c3e9140b48ff6f23c8b72a0d7b274dccff3c62fe..7e514121e3c1f71bd77a5c582da6b128ecbc83e1 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl.cc
|
| +++ b/content/browser/web_contents/navigation_controller_impl.cc
|
| @@ -798,6 +798,7 @@ bool NavigationControllerImpl::RendererDidNavigate(
|
| NavigationEntryImpl* active_entry =
|
| NavigationEntryImpl::FromNavigationEntry(GetLastCommittedEntry());
|
| active_entry->SetTimestamp(timestamp);
|
| + active_entry->SetHttpStatusCode(params.http_status_code);
|
| active_entry->SetPageState(params.page_state);
|
| // No longer needed since content state will hold the post data if any.
|
| active_entry->SetBrowserInitiatedPostData(NULL);
|
|
|