| 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 62717c4ec3deaecdedf52d8b225d85d245197ff9..29954bfeef0142035eec2f2f1d947942775dc3a3 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| @@ -33,6 +33,7 @@ class TabContentsSyncedTabDelegate
|
| virtual content::NavigationEntry* GetEntryAtIndex(int i) const OVERRIDE;
|
| virtual content::NavigationEntry* GetActiveEntry() const OVERRIDE;
|
| virtual bool IsPinned() const OVERRIDE;
|
| + virtual bool HasWebContents() const OVERRIDE;
|
|
|
| private:
|
| explicit TabContentsSyncedTabDelegate(content::WebContents* web_contents);
|
|
|