| Index: chrome/browser/sync/glue/synced_tab_delegate_android.cc
|
| diff --git a/chrome/browser/sync/glue/synced_tab_delegate_android.cc b/chrome/browser/sync/glue/synced_tab_delegate_android.cc
|
| index 8585537c6a59c7e7c4dea2fdff78f0804f02beb8..9933df5c9e715d414061ba12f2dd1d5390bef32b 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate_android.cc
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate_android.cc
|
| @@ -73,9 +73,9 @@ NavigationEntry* SyncedTabDelegateAndroid::GetEntryAtIndex(int i) const {
|
| ->GetEntryAtIndex(i);
|
| }
|
|
|
| -NavigationEntry* SyncedTabDelegateAndroid::GetActiveEntry() const {
|
| +NavigationEntry* SyncedTabDelegateAndroid::GetVisibleEntry() const {
|
| return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
|
| - ->GetActiveEntry();
|
| + ->GetVisibleEntry();
|
| }
|
|
|
| bool SyncedTabDelegateAndroid::IsPinned() const {
|
|
|