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

Unified Diff: chrome/browser/android/tab_android.h

Issue 16421003: [Sync] Add logic to reassociate tab nodes after restart. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/android/tab_android.cc » ('j') | chrome/browser/android/tab_android.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index ed92df1cdc1ec33eb6ee9ef1c3006b56ded67b0f..38e5aecc7c00406bdd0c880b2357c2a2f8b7ac2f 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -71,7 +71,11 @@ class TabAndroid {
// derived classes may remove their implementation first.
virtual void RunExternalProtocolDialog(const GURL& url);
+ virtual int64 GetSyncId() const;
Yaron 2013/06/07 17:08:35 Add brief comment for the pair.
shashi 2013/06/11 19:15:06 Done.
+ virtual void SetSyncId(int64 sync_id);
+
static bool RegisterTabAndroid(JNIEnv* env);
+
protected:
virtual ~TabAndroid();
« no previous file with comments | « no previous file | chrome/browser/android/tab_android.cc » ('j') | chrome/browser/android/tab_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698