summaryrefslogtreecommitdiffstats
path: root/sync/syncable/model_neutral_mutable_entry.h
diff options
context:
space:
mode:
authormaniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 22:29:16 +0000
committermaniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 22:29:16 +0000
commitf313245afd6b6568fc7456c8ee71d4dd187f8214 (patch)
tree6a9cdb67be44325f9bc7925d152140bd817b6f2b /sync/syncable/model_neutral_mutable_entry.h
parent2dfa4bfe9584a7d01c8b9223577ccdf99203d16a (diff)
downloadchromium_src-f313245afd6b6568fc7456c8ee71d4dd187f8214.zip
chromium_src-f313245afd6b6568fc7456c8ee71d4dd187f8214.tar.gz
chromium_src-f313245afd6b6568fc7456c8ee71d4dd187f8214.tar.bz2
Update Commit and GetUpdatesResponse messages to include attachment ids.
Private function HasAttachmentNotOnServer is now tested (albeit indirectly) by directory_commit_contribution_unittest.cc via DirectoryCommitContribution::Build. When displayed in about:sync, SyncEntity instances will now show any attachment ids they contain. This CL depends on issue 395913003. BUG=356266,394023 Review URL: https://codereview.chromium.org/393083004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/syncable/model_neutral_mutable_entry.h')
-rw-r--r--sync/syncable/model_neutral_mutable_entry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/syncable/model_neutral_mutable_entry.h b/sync/syncable/model_neutral_mutable_entry.h
index 4010dff..c1326b2 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.