| 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 51dfa189ce7f9d8936f1a1818d7ea00288b57026..d58b13020f312f022a2260ef356b34962622a75c 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);
|
|
|