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

Unified Diff: sync/protocol/sync.proto

Issue 187303006: Update sync API to support attachments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachmentapi
Patch Set: Pull in upstream changes. Created 6 years, 9 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/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;
};
-
« sync/api/sync_data.cc ('K') | « sync/api/sync_data_unittest.cc ('k') | sync/sync_api.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698