| Index: chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| diff --git a/chrome/browser/sync/glue/synced_tab_delegate_android.h b/chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| index 21d7fa4fdae3a83bf9ca747f12955d96668dc195..836e5f3dabaea438cabb27594eefa9a305e896cc 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| @@ -35,6 +35,7 @@ class SyncedTabDelegateAndroid : public sync_sessions::SyncedTabDelegate {
|
| 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;
|
|
|