| Index: sync/engine/sync_engine_event.h
|
| diff --git a/sync/engine/sync_engine_event.h b/sync/engine/sync_engine_event.h
|
| index 25f9692fc7ca738cf1018b99d20ea3619f74f78d..026d3292a7ac3e6bcc693503c5a244b932d605b0 100644
|
| --- a/sync/engine/sync_engine_event.h
|
| +++ b/sync/engine/sync_engine_event.h
|
| @@ -23,7 +23,7 @@ struct SYNC_EXPORT_PRIVATE SyncEngineEvent {
|
| // Sent on entry of Syncer state machine
|
| SYNC_CYCLE_BEGIN,
|
|
|
| - // SyncerCommand generated events.
|
| + // Sent any time progress is made during a sync cycle.
|
| STATUS_CHANGED,
|
|
|
| // We have reached the SYNCER_END state in the main sync loop.
|
|
|