| 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
|
|
|