Chromium Code Reviews| 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; |