| Index: sync/syncable/model_neutral_mutable_entry.h
|
| diff --git a/sync/syncable/model_neutral_mutable_entry.h b/sync/syncable/model_neutral_mutable_entry.h
|
| index 4010dffc3df442c592430a28448c13f5aec063a3..c1326b2cac414f1daf0993dfc4a91184566ad00c 100644
|
| --- a/sync/syncable/model_neutral_mutable_entry.h
|
| +++ b/sync/syncable/model_neutral_mutable_entry.h
|
| @@ -71,6 +71,7 @@ class SYNC_EXPORT_PRIVATE ModelNeutralMutableEntry : public Entry {
|
| void PutServerSpecifics(const sync_pb::EntitySpecifics& value);
|
| void PutBaseServerSpecifics(const sync_pb::EntitySpecifics& value);
|
| void PutServerUniquePosition(const UniquePosition& value);
|
| + void PutServerAttachmentMetadata(const sync_pb::AttachmentMetadata& value);
|
| void PutSyncing(bool value);
|
|
|
| // Do a simple property-only update of the PARENT_ID field. Use with caution.
|
|
|