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

Unified Diff: sync/engine/entity_tracker.h

Issue 1325453003: [Sync] rename USS processor / worker interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months 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/entity_tracker.h
diff --git a/sync/engine/entity_tracker.h b/sync/engine/entity_tracker.h
index d09d8f6a8ef76612bd91c5902d489c743a8d2550..df011cc27de2e628e0b710dd02bfc962da78dda1 100644
--- a/sync/engine/entity_tracker.h
+++ b/sync/engine/entity_tracker.h
@@ -20,7 +20,7 @@ struct UpdateResponseData;
// thread.
//
// It should be considered a helper class internal to the
-// ModelTypeSyncWorker.
+// CommitQueue.
stanisc 2015/08/31 17:42:19 This should be ModelTypeWorker
Gang Wu 2015/08/31 22:38:05 Done.
//
// Maintains the state associated with a particular sync entity which is
// necessary for decision-making on the sync thread. It can track pending

Powered by Google App Engine
This is Rietveld 408576698