Index: chrome/android/testshell/testshell_tab.cc |
diff --git a/chrome/android/testshell/testshell_tab.cc b/chrome/android/testshell/testshell_tab.cc |
index 434e76e9564c8c2e0695b5d68f339af91e913d52..7763d7e146dc2e85a0f19b081b0e9d21af74db8c 100644 |
--- a/chrome/android/testshell/testshell_tab.cc |
+++ b/chrome/android/testshell/testshell_tab.cc |
@@ -130,3 +130,10 @@ static jint Init(JNIEnv* env, |
reinterpret_cast<WindowAndroid*>(window_android_ptr)); |
return reinterpret_cast<jint>(tab); |
} |
+ |
+int64 TestShellTab::GetSyncId() const { |
+ NOTIMPLEMENTED(); |
+ return 0; |
+} |
+ |
+void TestShellTab::SetSyncId(int64 sync_id) { NOTIMPLEMENTED(); } |