Index: sync/notifier/object_id_invalidation_map.h |
diff --git a/sync/notifier/object_id_invalidation_map.h b/sync/notifier/object_id_invalidation_map.h |
index c17e101e83505e41c8b82fdb76fb5ae5edd1b0ac..3494a62aa2a9d9d6898077503a35c15fb67180ad 100644 |
--- a/sync/notifier/object_id_invalidation_map.h |
+++ b/sync/notifier/object_id_invalidation_map.h |
@@ -49,6 +49,9 @@ class SYNC_EXPORT ObjectIdInvalidationMap { |
// Returns the contents of this map in a single vector. |
void GetAllInvalidations(std::vector<syncer::Invalidation>* out) const; |
+ // Call Acknowledge() on all contained Invalidations. |
+ void AcknowledgeAll() const; |
+ |
// Serialize this map to a value. |
scoped_ptr<base::ListValue> ToValue() const; |