Chromium Code Reviews| Index: sync/syncable/directory.h |
| diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h |
| index fc0d510376fe9bed14f46289ee7bbc9c32d7b97b..e0b2e60192c6ee18f0eb61227244e54049d5375d 100644 |
| --- a/sync/syncable/directory.h |
| +++ b/sync/syncable/directory.h |
| @@ -199,10 +199,12 @@ 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; |
| + |
| + size_t GetEntriesCount() const; |
|
Nicolas Zea
2015/01/26 23:21:53
nit: comment description for method?
stanisc
2015/01/29 00:27:37
This isn't a new method. I've just moved it down t
|
| // Gets/Increments transaction version of a model type. Must be called when |
| // holding kernel mutex. |