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

Unified Diff: chrome/browser/sync/glue/session_sync_test_helper.h

Issue 1877083002: [Sync] Moved tab_node_id tracking to session object and improved foreign session garbage collection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverting now inaccurate comments from previous versions. Created 4 years, 8 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/browser/sync/glue/session_sync_test_helper.h
diff --git a/chrome/browser/sync/glue/session_sync_test_helper.h b/chrome/browser/sync/glue/session_sync_test_helper.h
index 64a76c84775ef8ca7c1de2cd57ceebe53e577b69..c3fa6e1aecd4207c6d8edd81aadcd4645e82fc17 100644
--- a/chrome/browser/sync/glue/session_sync_test_helper.h
+++ b/chrome/browser/sync/glue/session_sync_test_helper.h
@@ -42,6 +42,12 @@ class SessionSyncTestHelper {
int tab_id,
sync_pb::SessionSpecifics* tab_base);
+ void BuildTabSpecifics(const std::string& tag,
+ int window_id,
+ int tab_id,
+ int tab_node_id,
+ sync_pb::SessionSpecifics* tab_base);
+
sync_pb::SessionSpecifics BuildForeignSession(
const std::string& tag,
const std::vector<SessionID::id_type>& tab_list,
« no previous file with comments | « no previous file | chrome/browser/sync/glue/session_sync_test_helper.cc » ('j') | components/sync_sessions/synced_session.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698