| Index: sync/protocol/sync.proto
|
| diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
|
| index b9f0de538db0c40628daa4f99612a3be5c014f1d..7b0c6736ba2a795339fde0bfd1e3644bcc3c0d25 100644
|
| --- a/sync/protocol/sync.proto
|
| +++ b/sync/protocol/sync.proto
|
| @@ -19,6 +19,7 @@ import "app_notification_specifics.proto";
|
| import "app_setting_specifics.proto";
|
| import "app_specifics.proto";
|
| import "article_specifics.proto";
|
| +import "attachments.proto";
|
| import "autofill_specifics.proto";
|
| import "bookmark_specifics.proto";
|
| import "client_commands.proto";
|
| @@ -366,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 AttachmentIdProto attachment_id = 26;
|
| };
|
|
|
| // This message contains diagnostic information used to correlate
|
| @@ -930,4 +934,3 @@ message ClientToServerResponse {
|
| // sent with any subsequent ClientToServerMessages.
|
| optional ChipBag new_bag_of_chips = 14;
|
| };
|
| -
|
|
|