Index: sync/protocol/sync.proto |
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto |
index 6d8d4b2f412cbb2ff42b3276f081be89900afc19..5b13d5ce173d523d9e58dcfdf638e0c58d8521ea 100644 |
--- a/sync/protocol/sync.proto |
+++ b/sync/protocol/sync.proto |
@@ -367,6 +367,9 @@ message SyncEntity { |
// Refer to its definition in unique_position.proto for more information about |
// its internal representation. |
optional UniquePosition unique_position = 25; |
+ |
+ // Attachment ids of attachments associated with this SyncEntity. |
+ repeated AttachmentId attachment_id = 26; |
}; |
// This message contains diagnostic information used to correlate |
@@ -931,4 +934,3 @@ message ClientToServerResponse { |
// sent with any subsequent ClientToServerMessages. |
optional ChipBag new_bag_of_chips = 14; |
}; |
- |