| Index: sync/notifier/invalidator.h
|
| diff --git a/sync/notifier/invalidator.h b/sync/notifier/invalidator.h
|
| index ccb692220833b2964707d1ec43f7fa20223056eb..b6a7467ac9ff61db61456ca0c928552ff97211d3 100644
|
| --- a/sync/notifier/invalidator.h
|
| +++ b/sync/notifier/invalidator.h
|
| @@ -15,7 +15,6 @@
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/notifier/invalidation_util.h"
|
| #include "sync/notifier/invalidator_state.h"
|
| -#include "sync/notifier/object_id_invalidation_map.h"
|
|
|
| namespace syncer {
|
| class InvalidationHandler;
|
| @@ -69,10 +68,6 @@ class SYNC_EXPORT Invalidator {
|
| // associated with |handler|.
|
| virtual void UnregisterHandler(InvalidationHandler* handler) = 0;
|
|
|
| - // Acknowledge that an invalidation for |id| was handled.
|
| - virtual void Acknowledge(const invalidation::ObjectId& id,
|
| - const AckHandle& ack_handle) = 0;
|
| -
|
| // Returns the current invalidator state. When called from within
|
| // InvalidationHandler::OnInvalidatorStateChange(), this must return
|
| // the updated state.
|
|
|