| 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 346d88cdd585400302757fa5d2de5f5f6dd1696b..e35a307c9192a325b067cec5e247232e5559015f 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| @@ -51,6 +51,7 @@ class SyncedTabDelegate {
|
| GetBlockedNavigations() const = 0;
|
|
|
| virtual bool IsPinned() const = 0;
|
| + virtual bool HasWebContents() const = 0;
|
| };
|
|
|
| } // namespace browser_sync
|
|
|