| 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 9fe10576dda19c2f7e7cb5ba23fced91c4208d62..2f46b76667cb43d172861f649a2df82e6320e996 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| @@ -54,6 +54,9 @@ class SyncedTabDelegate {
|
| virtual bool IsPinned() const = 0;
|
| virtual bool HasWebContents() const = 0;
|
|
|
| + // Session sync related methods.
|
| + virtual int64 GetSyncId() const = 0;
|
| + virtual void SetSyncId(int64 sync_id) = 0;
|
| // Returns the SyncedTabDelegate associated with WebContents.
|
| static SyncedTabDelegate* ImplFromWebContents(
|
| content::WebContents* web_contents);
|
|
|