| Index: chrome/browser/sync/glue/synced_tab_delegate.h
|
| diff --git a/chrome/browser/sync/glue/synced_tab_delegate.h b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| index 9e56748e035c382cc75a7bb7bcf4afa146adc015..c1b009045c3d5f118cd122dfda36e1a67b2f4157 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| @@ -44,6 +44,7 @@ class SyncedTabDelegate {
|
| virtual content::NavigationEntry* GetActiveEntry() const = 0;
|
|
|
| virtual bool IsPinned() const = 0;
|
| + virtual bool HasWebContents() const = 0;
|
| };
|
|
|
| } // namespace browser_sync
|
|
|