| Index: sync/syncable/directory.h
|
| diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h
|
| index fc0d510376fe9bed14f46289ee7bbc9c32d7b97b..98706b61cece207234d38f593d30ca6921a01394 100644
|
| --- a/sync/syncable/directory.h
|
| +++ b/sync/syncable/directory.h
|
| @@ -199,10 +199,13 @@ class SYNC_EXPORT Directory {
|
| void GetDownloadProgressAsString(
|
| ModelType type,
|
| std::string* value_out) const;
|
| - size_t GetEntriesCount() const;
|
| void SetDownloadProgress(
|
| ModelType type,
|
| const sync_pb::DataTypeProgressMarker& value);
|
| + bool HasEmptyDownloadProgress(ModelType type) const;
|
| +
|
| + // Gets the total number of entries in the directory.
|
| + size_t GetEntriesCount() const;
|
|
|
| // Gets/Increments transaction version of a model type. Must be called when
|
| // holding kernel mutex.
|
|
|