| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index 4e5f1e809c66c37525a57cd15a826311108c2bff..8b79c265f298c216d1d7c676de9948515d39d857 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();
|
|
|
|
|