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..5df64f492422a1e224743c5319ca9a44fff10c56 100644 |
--- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h |
+++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h |
@@ -31,6 +31,9 @@ class TabContentsSyncedTabDelegate |
virtual int GetPendingEntryIndex() const OVERRIDE; |
virtual content::NavigationEntry* GetPendingEntry() const OVERRIDE; |
virtual content::NavigationEntry* GetEntryAtIndex(int i) const OVERRIDE; |
+ // TODO(jww): This needs to be split into GetVisibleEntry and |
+ // GetLastCommittedEntry, but that requires modifying the parent class, |
+ // SyncedTabDelegate, first. |
virtual content::NavigationEntry* GetActiveEntry() const OVERRIDE; |
virtual bool ProfileIsManaged() const OVERRIDE; |
virtual const std::vector<const content::NavigationEntry*>* |