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

Unified Diff: components/sync_sessions/synced_session.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: 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: components/sync_sessions/synced_session.h
diff --git a/components/sync_sessions/synced_session.h b/components/sync_sessions/synced_session.h
index 5e9d7ba48fc902a6b19aed4cdb01e9edd7c99dd4..fc30928f3f57684d264c8788b9882bb8d5ec2325 100644
--- a/components/sync_sessions/synced_session.h
+++ b/components/sync_sessions/synced_session.h
@@ -51,7 +51,8 @@ struct SyncedSession {
// Type of device this session is from.
DeviceType device_type;
- // Last time this session was modified remotely.
+ // Last time this session was modified remotely. This is the max of the header
+ // and all children tab mtimes.
base::Time modified_time;
// Map of windows that make up this session. Windowws are owned by the session

Powered by Google App Engine
This is Rietveld 408576698