Index: sync/protocol/attachments.proto |
diff --git a/sync/protocol/attachments.proto b/sync/protocol/attachments.proto |
index e08e2b052ceb73293751e4ec11a75a5869224fb3..248300017daf2a1da880b4afe603dfc129f2957d 100644 |
--- a/sync/protocol/attachments.proto |
+++ b/sync/protocol/attachments.proto |
@@ -19,6 +19,8 @@ message AttachmentIdProto { |
// Uniquely identifies the attachment. Two attachments with the same unique_id |
// are considered equivalent. |
optional string unique_id = 1; |
+ // Server url to download attachment data. |
+ optional string url = 3; |
maniscalco
2014/05/09 18:12:11
URL may be too specific because it encodes both th
pavely
2014/05/13 23:06:44
I needed to start with something so I put url.
We
maniscalco
2014/05/15 20:09:28
SGTM
On 2014/05/13 23:06:44, pavely wrote:
|
} |
// Metadata for a single attachment. |