| 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 521c7b6ef3a9967f3974cb4a419f331eb866c4bf..e2e8a5114a2e7693a73ac57f9caeded5f466c09d 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| @@ -21,25 +21,25 @@ class TabContentsSyncedTabDelegate
|
| virtual ~TabContentsSyncedTabDelegate();
|
|
|
| // Methods from SyncedTabDelegate.
|
| - virtual SessionID::id_type GetWindowId() const OVERRIDE;
|
| - virtual SessionID::id_type GetSessionId() const OVERRIDE;
|
| - virtual bool IsBeingDestroyed() const OVERRIDE;
|
| - virtual Profile* profile() 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 ProfileIsSupervised() const OVERRIDE;
|
| + virtual SessionID::id_type GetWindowId() const override;
|
| + virtual SessionID::id_type GetSessionId() const override;
|
| + virtual bool IsBeingDestroyed() const override;
|
| + virtual Profile* profile() 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 ProfileIsSupervised() const override;
|
| virtual const std::vector<const content::NavigationEntry*>*
|
| - GetBlockedNavigations() const OVERRIDE;
|
| - virtual bool IsPinned() const OVERRIDE;
|
| - virtual bool HasWebContents() const OVERRIDE;
|
| - virtual content::WebContents* GetWebContents() const OVERRIDE;
|
| - virtual int GetSyncId() const OVERRIDE;
|
| - virtual void SetSyncId(int sync_id) OVERRIDE;
|
| + GetBlockedNavigations() const override;
|
| + virtual bool IsPinned() const override;
|
| + virtual bool HasWebContents() const override;
|
| + virtual content::WebContents* GetWebContents() const override;
|
| + virtual int GetSyncId() const override;
|
| + virtual void SetSyncId(int sync_id) override;
|
|
|
| private:
|
| explicit TabContentsSyncedTabDelegate(content::WebContents* web_contents);
|
|
|