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 56a998852ae78b52f5e1be7b3f1390e87b296917..9708af4c7b7e9502a3a8f66873a9c0ac49c07f99 100644 |
--- a/content/browser/web_contents/navigation_controller_impl.cc |
+++ b/content/browser/web_contents/navigation_controller_impl.cc |
@@ -758,6 +758,7 @@ bool NavigationControllerImpl::RendererDidNavigate( |
NavigationEntryImpl* active_entry = |
NavigationEntryImpl::FromNavigationEntry(GetActiveEntry()); |
active_entry->SetTimestamp(timestamp); |
+ active_entry->SetHttpStatusCode(params.http_status_code); |
active_entry->SetContentState(params.content_state); |
// No longer needed since content state will hold the post data if any. |
active_entry->SetBrowserInitiatedPostData(NULL); |