Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: chrome/android/testshell/testshell_tab.cc

Issue 16421003: [Sync] Add logic to reassociate tab nodes after restart. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/testshell/testshell_tab.h ('k') | chrome/browser/android/tab_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(); }
« no previous file with comments | « chrome/android/testshell/testshell_tab.h ('k') | chrome/browser/android/tab_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698