Index: sync/internal_api/public/write_node.h |
diff --git a/sync/internal_api/public/write_node.h b/sync/internal_api/public/write_node.h |
index e41c966214bb0636de660b040414b601fb55caf8..5b47bd63de399ebeafb141659a988a4ac73cbc3b 100644 |
--- a/sync/internal_api/public/write_node.h |
+++ b/sync/internal_api/public/write_node.h |
@@ -173,6 +173,10 @@ class SYNC_EXPORT WriteNode : public BaseNode { |
void SetPriorityPreferenceSpecifics( |
const sync_pb::PriorityPreferenceSpecifics& specifics); |
+ // Set the attachment metadata. |
+ void SetAttachmentMetadata( |
+ const sync_pb::AttachmentMetadata& attachment_metadata); |
+ |
// Implementation of BaseNode's abstract virtual accessors. |
virtual const syncable::Entry* GetEntry() const OVERRIDE; |