| Index: sync/protocol/attachments.proto
|
| diff --git a/sync/protocol/attachments.proto b/sync/protocol/attachments.proto
|
| index 8ba8710794fe8ab8ec5b38195805c8a33c83c739..50815d3d044829023d4dcb72930e4b285dfffba6 100644
|
| --- a/sync/protocol/attachments.proto
|
| +++ b/sync/protocol/attachments.proto
|
| @@ -20,3 +20,8 @@ message AttachmentIdProto {
|
| // are considered equivalent.
|
| optional string unique_id = 1;
|
| }
|
| +
|
| +// A collection of attachment metadata. This proto is part of EntryKernel's "on
|
| +// disk" representation. Private to sync.
|
| +message AttachmentMetadata {
|
| +}
|
|
|