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

Unified Diff: sync/protocol/proto_value_conversions.cc

Issue 393083004: Update Commit and GetUpdatesResponse messages to include attachment ids. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update SyncManagerImpl to detect attachment metadata changes. Created 6 years, 5 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
« no previous file with comments | « sync/internal_api/test/test_entry_factory.cc ('k') | sync/syncable/model_neutral_mutable_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/proto_value_conversions.cc
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
index 2716210a56af9a522af042cc0a9a90a581428a97..6680e797c86e79a37082395f7eeb16a3126194df 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -849,6 +849,7 @@ base::DictionaryValue* SyncEntityToValue(const sync_pb::SyncEntity& proto,
SET(specifics, EntitySpecificsToValue);
SET_BOOL(folder);
SET_STR(client_defined_unique_tag);
+ SET_REP(attachment_id, AttachmentIdProtoToValue);
return value;
}
« no previous file with comments | « sync/internal_api/test/test_entry_factory.cc ('k') | sync/syncable/model_neutral_mutable_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698