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

Unified Diff: sync/engine/sync_engine_event.h

Issue 72403003: sync: Per-type update application (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: sync/engine/sync_engine_event.h
diff --git a/sync/engine/sync_engine_event.h b/sync/engine/sync_engine_event.h
index 25f9692fc7ca738cf1018b99d20ea3619f74f78d..df3e073ca7dc218f229e7c2a1e9577feb31fcc52 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 at several points during the sync cycle.
Nicolas Zea 2013/11/19 22:45:26 Can we get more specific? Maybe "sent anytime prog
rlarocque 2013/11/21 18:28:47 Done.
STATUS_CHANGED,
// We have reached the SYNCER_END state in the main sync loop.

Powered by Google App Engine
This is Rietveld 408576698