diff options
Diffstat (limited to 'chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h')
-rw-r--r-- | chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 51dfa18..d58b130 100644 --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h @@ -36,6 +36,7 @@ class TabContentsSyncedTabDelegate virtual const std::vector<const content::NavigationEntry*>* GetBlockedNavigations() const OVERRIDE; virtual bool IsPinned() const OVERRIDE; + virtual bool HasWebContents() const OVERRIDE; private: explicit TabContentsSyncedTabDelegate(content::WebContents* web_contents); |