Index: chrome/browser/tab_contents/navigation_controller.cc |
=================================================================== |
--- chrome/browser/tab_contents/navigation_controller.cc (revision 35610) |
+++ chrome/browser/tab_contents/navigation_controller.cc (working copy) |
@@ -674,6 +674,8 @@ |
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). |