| Index: ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.h
|
| diff --git a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.h b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.h
|
| index 2d59185fe771adcd769e4a31a50886111418ccda..90887103336d72d5680b3492eca4675b8cc595bd 100644
|
| --- a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.h
|
| +++ b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.h
|
| @@ -25,6 +25,7 @@ class IOSChromeSyncedTabDelegate
|
| SessionID::id_type GetWindowId() const override;
|
| SessionID::id_type GetSessionId() const override;
|
| bool IsBeingDestroyed() const override;
|
| + SessionID::id_type GetSourceTabID() const override;
|
| std::string GetExtensionAppId() const override;
|
| bool IsInitialBlankNavigation() const override;
|
| int GetCurrentEntryIndex() const override;
|
|
|