Index: chrome/android/testshell/testshell_tab.h |
diff --git a/chrome/android/testshell/testshell_tab.h b/chrome/android/testshell/testshell_tab.h |
index 980b2dcc4263392d55835270ce87a910a2a5cd6c..4a2f5b721ef6c5e09f4d12f4f23cf02f13caee65 100644 |
--- a/chrome/android/testshell/testshell_tab.h |
+++ b/chrome/android/testshell/testshell_tab.h |
@@ -43,6 +43,8 @@ class TestShellTab : public TabAndroid { |
virtual content::WebContents* GetWebContents() OVERRIDE; |
virtual browser_sync::SyncedTabDelegate* GetSyncedTabDelegate() OVERRIDE; |
+ virtual int64 GetSyncSessionId() OVERRIDE; |
+ virtual void SetSyncSessionId(int64 sync_id) OVERRIDE; |
virtual void OnReceivedHttpAuthRequest(jobject auth_handler, |
const string16& host, |