summaryrefslogtreecommitdiffstats
path: root/sync/syncable/directory.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/directory.h')
-rw-r--r--sync/syncable/directory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h
index e7c59a0..7f6ae0e 100644
--- a/sync/syncable/directory.h
+++ b/sync/syncable/directory.h
@@ -137,6 +137,9 @@ class SYNC_EXPORT Directory {
SaveChangesSnapshot();
~SaveChangesSnapshot();
+ // Returns true if this snapshot has any unsaved metahandle changes.
+ bool HasUnsavedMetahandleChanges() const;
+
KernelShareInfoStatus kernel_info_status;
PersistedKernelInfo kernel_info;
EntryKernelSet dirty_metas;