diff options
Diffstat (limited to 'chrome/browser/tab_contents/navigation_controller.cc')
-rw-r--r-- | chrome/browser/tab_contents/navigation_controller.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/navigation_controller.cc b/chrome/browser/tab_contents/navigation_controller.cc index 847f290..fa4c783 100644 --- a/chrome/browser/tab_contents/navigation_controller.cc +++ b/chrome/browser/tab_contents/navigation_controller.cc @@ -674,6 +674,8 @@ void NavigationController::RendererDidNavigateToExistingPage( entry->site_instance() == tab_contents_->GetSiteInstance()); entry->set_site_instance(tab_contents_->GetSiteInstance()); + entry->set_has_post_data(params.is_post); + // The entry we found in the list might be pending if the user hit // back/forward/reload. This load should commit it (since it's already in the // list, we can just discard the pending pointer). |