Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1318)

Unified Diff: chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h

Issue 66993003: Most references to GetActiveEntry removed from chrome/browser/ui. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*>*

Powered by Google App Engine
This is Rietveld 408576698