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

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

Issue 15055003: Do not submit: high level overview patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build. Created 7 years, 7 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
Index: chrome/android/testshell/testshell_tab.h
diff --git a/chrome/android/testshell/testshell_tab.h b/chrome/android/testshell/testshell_tab.h
index 980b2dcc4263392d55835270ce87a910a2a5cd6c..4a2f5b721ef6c5e09f4d12f4f23cf02f13caee65 100644
--- a/chrome/android/testshell/testshell_tab.h
+++ b/chrome/android/testshell/testshell_tab.h
@@ -43,6 +43,8 @@ class TestShellTab : public TabAndroid {
virtual content::WebContents* GetWebContents() OVERRIDE;
virtual browser_sync::SyncedTabDelegate* GetSyncedTabDelegate() OVERRIDE;
+ virtual int64 GetSyncSessionId() OVERRIDE;
+ virtual void SetSyncSessionId(int64 sync_id) OVERRIDE;
virtual void OnReceivedHttpAuthRequest(jobject auth_handler,
const string16& host,
« no previous file with comments | « no previous file | chrome/android/testshell/testshell_tab.cc » ('j') | chrome/browser/sync/glue/session_model_associator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698