| Index: sync/api/sync_data.cc
|
| diff --git a/sync/api/sync_data.cc b/sync/api/sync_data.cc
|
| index 7fbdbc2f3982597a60f90d1c4394e89924c5d65c..0dd567d64520f4b9d588fad8ca109c6b28af0143 100644
|
| --- a/sync/api/sync_data.cc
|
| +++ b/sync/api/sync_data.cc
|
| @@ -218,10 +218,4 @@ void SyncDataRemote::GetOrDownloadAttachments(
|
| attachment_service_.GetOrDownloadAttachments(attachment_ids, callback);
|
| }
|
|
|
| -void SyncDataRemote::DropAttachments(
|
| - const AttachmentIdList& attachment_ids,
|
| - const AttachmentService::DropCallback& callback) {
|
| - attachment_service_.DropAttachments(attachment_ids, callback);
|
| -}
|
| -
|
| } // namespace syncer
|
|
|