| Index: chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| diff --git a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| index 5525f1682b368116a3de267f9ee95450fa7862dc..e07617ee2f9bde4720d55b73b0e67d17ee5622c5 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| @@ -31,7 +31,7 @@ class TabContentsSyncedTabDelegate
|
| virtual int GetPendingEntryIndex() const OVERRIDE;
|
| virtual content::NavigationEntry* GetPendingEntry() const OVERRIDE;
|
| virtual content::NavigationEntry* GetEntryAtIndex(int i) const OVERRIDE;
|
| - virtual content::NavigationEntry* GetActiveEntry() const OVERRIDE;
|
| + virtual content::NavigationEntry* GetVisibleEntry() const OVERRIDE;
|
| virtual bool ProfileIsManaged() const OVERRIDE;
|
| virtual const std::vector<const content::NavigationEntry*>*
|
| GetBlockedNavigations() const OVERRIDE;
|
|
|