Index: chrome/browser/android/tab_android.h |
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h |
index 7f7d7389dda0a15cc914519d41e41d270d3bd2c4..9e39a67731ee330ae8fa35c1da878ea224ea4ff1 100644 |
--- a/chrome/browser/android/tab_android.h |
+++ b/chrome/browser/android/tab_android.h |
@@ -81,7 +81,12 @@ class TabAndroid { |
// derived classes may remove their implementation first. |
virtual void RunExternalProtocolDialog(const GURL& url); |
+ // Used by sync to get/set the sync id of tab. |
+ virtual int64 GetSyncId() const = 0; |
+ virtual void SetSyncId(int64 sync_id) = 0; |
+ |
static bool RegisterTabAndroid(JNIEnv* env); |
+ |
protected: |
virtual ~TabAndroid(); |