Index: sync/sessions/sync_session.h |
diff --git a/sync/sessions/sync_session.h b/sync/sessions/sync_session.h |
index 31a64ca0a619e2eb0802c618c14da9a68b925cf6..84c756a98f9bc7a30604ddc64998ea29da98b6f1 100644 |
--- a/sync/sessions/sync_session.h |
+++ b/sync/sessions/sync_session.h |
@@ -4,12 +4,8 @@ |
// A class representing an attempt to synchronize the local syncable data |
// store with a sync server. A SyncSession instance is passed as a stateful |
-// bundle to and from various SyncerCommands with the goal of converging the |
-// client view of data with that of the server. The commands twiddle with |
-// session status in response to events and hiccups along the way, set and |
-// query session progress with regards to conflict resolution and applying |
-// server updates, and access the SyncSessionContext for the current session |
-// via SyncSession instances. |
+// bundle throughout the sync cycle. The SyncSession is not reused across |
+// sync cycles; each cycle starts with a new one. |
#ifndef SYNC_SESSIONS_SYNC_SESSION_H_ |
#define SYNC_SESSIONS_SYNC_SESSION_H_ |