| Index: sync/notifier/fake_invalidator.cc
|
| diff --git a/sync/notifier/fake_invalidator.cc b/sync/notifier/fake_invalidator.cc
|
| index 1a99819e4903f7c4e1ba5a045b9da2dbe8628254..c353622e58d7c364adabd766fff10ca22c94c8aa 100644
|
| --- a/sync/notifier/fake_invalidator.cc
|
| +++ b/sync/notifier/fake_invalidator.cc
|
| @@ -55,7 +55,7 @@ void FakeInvalidator::RegisterHandler(InvalidationHandler* handler) {
|
| }
|
|
|
| void FakeInvalidator::UpdateRegisteredIds(InvalidationHandler* handler,
|
| - const ObjectIdSet& ids) {
|
| + const ObjectIdSet& ids) {
|
| registrar_.UpdateRegisteredIds(handler, ids);
|
| }
|
|
|
| @@ -63,6 +63,10 @@ void FakeInvalidator::UnregisterHandler(InvalidationHandler* handler) {
|
| registrar_.UnregisterHandler(handler);
|
| }
|
|
|
| +void FakeInvalidator::Acknowledge(const invalidation::ObjectId& id,
|
| + const AckHandle& ack_handle) {
|
| +}
|
| +
|
| InvalidatorState FakeInvalidator::GetInvalidatorState() const {
|
| return registrar_.GetInvalidatorState();
|
| }
|
|
|