| 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 0e55fa0bd2d1463a89a9e289b6fd4c16372ee967..0cff45b6102f8f3598a95fe0f5d069eb43979e11 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| @@ -70,8 +70,8 @@ NavigationEntry* TabContentsSyncedTabDelegate::GetEntryAtIndex(int i) const {
|
| return web_contents_->GetController().GetEntryAtIndex(i);
|
| }
|
|
|
| -NavigationEntry* TabContentsSyncedTabDelegate::GetActiveEntry() const {
|
| - return web_contents_->GetController().GetActiveEntry();
|
| +NavigationEntry* TabContentsSyncedTabDelegate::GetVisibleEntry() const {
|
| + return web_contents_->GetController().GetVisibleEntry();
|
| }
|
|
|
| bool TabContentsSyncedTabDelegate::ProfileIsManaged() const {
|
|
|