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

Unified Diff: sync/notifier/sync_notifier.h

Issue 10828158: [Sync] Address msw's comments for r149747 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/notifier/sync_notifier.h
diff --git a/sync/notifier/sync_notifier.h b/sync/notifier/sync_notifier.h
index 48bc1f10b44630cda2be44f39fbb6b11ce1f8f34..3d596699547620239fede75971192a5a5fefc182 100644
--- a/sync/notifier/sync_notifier.h
+++ b/sync/notifier/sync_notifier.h
@@ -22,10 +22,9 @@ class SyncNotifier {
SyncNotifier() {}
virtual ~SyncNotifier() {}
- // Updates the set of ObjectIds associated with a given
- // |handler|. Passing an empty ObjectIdSet will unregister
- // |handler|. There should be at most one handler registered per
- // object id.
+ // Updates the set of ObjectIds associated with a given |handler|.
akalin 2012/08/03 20:08:49 Done.
+ // Passing an empty ObjectIdSet will unregister |handler|. There
msw 2012/08/03 22:57:16 nit: Line break after |handler|.
akalin 2012/08/04 00:02:05 Done.
+ // should be at most one handler registered per object id.
virtual void UpdateRegisteredIds(SyncNotifierObserver* handler,
const ObjectIdSet& ids) = 0;
« sync/notifier/object_id_payload_map.cc ('K') | « sync/notifier/object_id_payload_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698