| Index: chrome/browser/sync/engine/syncapi.h
|
| ===================================================================
|
| --- chrome/browser/sync/engine/syncapi.h (revision 68844)
|
| +++ chrome/browser/sync/engine/syncapi.h (working copy)
|
| @@ -152,6 +152,9 @@
|
| // different ID value.
|
| virtual int64 GetId() const;
|
|
|
| + // Returns the modification time of the object (in TimeTicks internal format).
|
| + int64 GetModificationTime() const;
|
| +
|
| // Nodes are hierarchically arranged into a single-rooted tree.
|
| // InitByRootLookup on ReadNode allows access to the root. GetParentId is
|
| // how you find a node's parent.
|
|
|