Index: chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
diff --git a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
index 38e3fde77a7651cb334f2944281f01efeee22697..c0b3e0535f4cac4ce3107d2234de59b571ac41cd 100644 |
--- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
+++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
@@ -71,7 +71,7 @@ NavigationEntry* TabContentsSyncedTabDelegate::GetEntryAtIndex(int i) const { |
} |
NavigationEntry* TabContentsSyncedTabDelegate::GetActiveEntry() const { |
- return web_contents_->GetController().GetActiveEntry(); |
+ return web_contents_->GetController().GetVisibleEntry(); |
} |
bool TabContentsSyncedTabDelegate::ProfileIsManaged() const { |