summaryrefslogtreecommitdiffstats
path: root/sync/engine/directory_update_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/directory_update_handler.h')
-rw-r--r--sync/engine/directory_update_handler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sync/engine/directory_update_handler.h b/sync/engine/directory_update_handler.h
index 246d412..df94f34 100644
--- a/sync/engine/directory_update_handler.h
+++ b/sync/engine/directory_update_handler.h
@@ -68,6 +68,11 @@ class SYNC_EXPORT_PRIVATE DirectoryUpdateHandler : public UpdateHandler {
// Sometimes there is nothing to do, so we can return without doing anything.
bool IsApplyUpdatesRequired();
+ // Called at the end of ApplyUpdates and PassiveApplyUpdates and performs
+ // steps common to both (even when IsApplyUpdatesRequired has returned
+ // false).
+ void PostApplyUpdates();
+
// Processes the given SyncEntities and stores their data in the directory.
// Their types must match this update handler's type.
void UpdateSyncEntities(