| Index: ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm
|
| diff --git a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm
|
| index 67a293675af802864e754c0686c30e29c110def3..18e5a23c9b6166c8f5b616a36e6d79b80188d71b 100644
|
| --- a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm
|
| +++ b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm
|
| @@ -61,7 +61,7 @@
|
| }
|
|
|
| int IOSChromeSyncedTabDelegate::GetCurrentEntryIndex() const {
|
| - return web_state_->GetNavigationManager()->GetCurrentItemIndex();
|
| + return web_state_->GetNavigationManager()->GetLastCommittedItemIndex();
|
| }
|
|
|
| int IOSChromeSyncedTabDelegate::GetEntryCount() const {
|
|
|