Index: content/browser/frame_host/navigation_controller_impl.cc |
diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc |
index b1b3ef346e74d340497e5b9bd4a80b004688e812..3cf3dadf94b8d83202d15e30c80ed1ff0379883b 100644 |
--- a/content/browser/frame_host/navigation_controller_impl.cc |
+++ b/content/browser/frame_host/navigation_controller_impl.cc |
@@ -1316,6 +1316,7 @@ void NavigationControllerImpl::CopyStateFromAndPrune( |
// that new and existing navigations in the tab's current SiteInstances |
// are identified properly. |
delegate_->CopyMaxPageIDsFrom(source->delegate()->GetWebContents()); |
+ max_restored_page_id_ = source->max_restored_page_id_; |
// If there is a last committed entry, be sure to include it in the new |
// max page ID map. |