| 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 17443b3cd7d30b69f81ff3d00f7365886f661a28..91d09729bd2c6cb9861cc85068dd0e9b1ca40242 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| @@ -38,6 +38,8 @@ class SyncedTabDelegateAndroid : public browser_sync::SyncedTabDelegate {
|
| virtual content::NavigationEntry* GetActiveEntry() const OVERRIDE;
|
| virtual bool IsPinned() const OVERRIDE;
|
| virtual bool HasWebContents() const OVERRIDE;
|
| + virtual int64 GetSyncId() const OVERRIDE;
|
| + virtual void SetSyncId(int64 sync_id) OVERRIDE;
|
|
|
| // Managed user related methods.
|
|
|
|
|