Chromium Code Reviews| Index: chrome/browser/android/tab_android.h |
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h |
| index ed92df1cdc1ec33eb6ee9ef1c3006b56ded67b0f..38e5aecc7c00406bdd0c880b2357c2a2f8b7ac2f 100644 |
| --- a/chrome/browser/android/tab_android.h |
| +++ b/chrome/browser/android/tab_android.h |
| @@ -71,7 +71,11 @@ class TabAndroid { |
| // derived classes may remove their implementation first. |
| virtual void RunExternalProtocolDialog(const GURL& url); |
| + virtual int64 GetSyncId() const; |
|
Yaron
2013/06/07 17:08:35
Add brief comment for the pair.
shashi
2013/06/11 19:15:06
Done.
|
| + virtual void SetSyncId(int64 sync_id); |
| + |
| static bool RegisterTabAndroid(JNIEnv* env); |
| + |
| protected: |
| virtual ~TabAndroid(); |