| Index: sync/api/sync_data.cc
|
| diff --git a/sync/api/sync_data.cc b/sync/api/sync_data.cc
|
| index fa48ea5edc18a89a1c20d15325e9e58bcee727b6..225c1407c89ed7b0cdd692dd96dbeeba946d55c0 100644
|
| --- a/sync/api/sync_data.cc
|
| +++ b/sync/api/sync_data.cc
|
| @@ -113,9 +113,6 @@ SyncData SyncData::CreateLocalDataWithAttachments(
|
| attachments.end(),
|
| RepeatedFieldBackInserter(entity.mutable_attachment_id()),
|
| AttachmentToProto);
|
| - // TODO(maniscalco): Actually pass the attachments to the ctor and make them
|
| - // available to the AttachmentService once this SyncData gets passed into
|
| - // GenericChangeProcesso::ProcessSyncChanges (bug 354530).
|
| AttachmentList copy_of_attachments(attachments);
|
| return SyncData(kInvalidId,
|
| &entity,
|
|
|