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

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

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 | « no previous file | chrome/android/testshell/testshell_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/android/testshell/testshell_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698