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

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

Issue 10990012: [Sync] Refactor handling of session tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Few more fixes Created 8 years, 3 months 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 c499ccdadaa1888b3b2b7fb7c0b285bc38ae58d1..51ddf7e73eff8f8eb93b26d6606fd921a14f9889 100644
--- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
+++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
@@ -22,14 +22,14 @@ class TabContentsSyncedTabDelegate
virtual SessionID::id_type GetSessionId() const OVERRIDE;
virtual bool IsBeingDestroyed() const OVERRIDE;
virtual Profile* profile() const OVERRIDE;
- virtual bool HasExtensionAppId() const OVERRIDE;
- virtual const std::string& GetExtensionAppId() const OVERRIDE;
+ virtual std::string GetExtensionAppId() const OVERRIDE;
virtual int GetCurrentEntryIndex() const OVERRIDE;
virtual int GetEntryCount() const OVERRIDE;
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 bool IsPinned() const OVERRIDE;
private:
TabContents* tab_contents_;

Powered by Google App Engine
This is Rietveld 408576698