| 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 38e8a2ecee578d2e99634dac9255cffb6f9e543e..79ddf689cbfb7d42eb0f04b05171ce9181197f01 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h
|
| @@ -46,6 +46,7 @@ class TabContentsSyncedTabDelegate
|
| int GetSyncId() const override;
|
| void SetSyncId(int sync_id) override;
|
| bool ShouldSync(sync_sessions::SyncSessionsClient* sessions_client) override;
|
| + SessionID::id_type GetSourceTabID() const override;
|
|
|
| private:
|
| explicit TabContentsSyncedTabDelegate(content::WebContents* web_contents);
|
|
|