Chromium Code Reviews| Index: sync/notifier/sync_notifier.h |
| diff --git a/sync/notifier/sync_notifier.h b/sync/notifier/sync_notifier.h |
| index 369ced1204fa3fd3fa03d0353757d9d046555734..48bc1f10b44630cda2be44f39fbb6b11ce1f8f34 100644 |
| --- a/sync/notifier/sync_notifier.h |
| +++ b/sync/notifier/sync_notifier.h |
| @@ -22,9 +22,10 @@ class SyncNotifier { |
| SyncNotifier() {} |
| virtual ~SyncNotifier() {} |
| - // Updates the set of ObjectIds associated with a given |handler|. Passing an |
| - // empty ObjectIdSet will unregister |handler|. If two different handlers |
| - // attempt to register for the same object ID, the first registration wins. |
| + // Updates the set of ObjectIds associated with a given |
|
msw
2012/08/03 05:14:21
nit: consider the same line breaking that I sugges
|
| + // |handler|. Passing an empty ObjectIdSet will unregister |
| + // |handler|. There should be at most one handler registered per |
| + // object id. |
| virtual void UpdateRegisteredIds(SyncNotifierObserver* handler, |
| const ObjectIdSet& ids) = 0; |