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

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: Rebase + fix typo Created 7 years 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
« no previous file with comments | « sync/engine/sync_directory_update_handler_unittest.cc ('k') | sync/engine/sync_scheduler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « sync/engine/sync_directory_update_handler_unittest.cc ('k') | sync/engine/sync_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698