Index: chrome/android/testshell/testshell_tab.h |
diff --git a/chrome/android/testshell/testshell_tab.h b/chrome/android/testshell/testshell_tab.h |
index 9d9271eb501952103f78ac1dcfb6f1310530c0d3..8a374b60403412f772230c0c932425a3825d64e9 100644 |
--- a/chrome/android/testshell/testshell_tab.h |
+++ b/chrome/android/testshell/testshell_tab.h |
@@ -68,6 +68,9 @@ class TestShellTab : public TabAndroid { |
virtual void RunExternalProtocolDialog(const GURL& url) OVERRIDE; |
+ virtual int64 GetSyncId() const OVERRIDE; |
+ virtual void SetSyncId(int64 sync_id) OVERRIDE; |
+ |
// Register the Tab's native methods through JNI. |
static bool RegisterTestShellTab(JNIEnv* env); |