Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(902)

Unified Diff: sync/protocol/attachments.proto

Issue 272043002: Invoke AttachmentUploader and update AttachmentIds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698