diff options
Diffstat (limited to 'content/browser/web_contents/navigation_controller_impl.cc')
-rw-r--r-- | content/browser/web_contents/navigation_controller_impl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/web_contents/navigation_controller_impl.cc b/content/browser/web_contents/navigation_controller_impl.cc index 7b90935..54c34e9 100644 --- a/content/browser/web_contents/navigation_controller_impl.cc +++ b/content/browser/web_contents/navigation_controller_impl.cc @@ -1581,6 +1581,8 @@ void NavigationControllerImpl::NotifyNavigationEntryCommitted( // notification below instead. web_contents_->NotifyNavigationStateChanged(kInvalidateAll); + web_contents_->NotifyNavigationEntryCommitted(*details); + NotificationService::current()->Notify( NOTIFICATION_NAV_ENTRY_COMMITTED, Source<NavigationController>(this), |