| Index: sync/api/attachments/attachment_service_impl.cc
|
| diff --git a/sync/api/attachments/attachment_service_impl.cc b/sync/api/attachments/attachment_service_impl.cc
|
| index a77d05243122376b56d6598b468abd86bc47aa1b..af2dea7ccc60fa3d7955d21281e456760da7f11d 100644
|
| --- a/sync/api/attachments/attachment_service_impl.cc
|
| +++ b/sync/api/attachments/attachment_service_impl.cc
|
| @@ -95,9 +95,11 @@ void AttachmentServiceImpl::OnSyncDataUpdate(
|
| // attachments from local storage (bug 356351).
|
| }
|
|
|
| -void AttachmentServiceImpl::ReadDone(const GetOrDownloadCallback& callback,
|
| - const AttachmentStore::Result& result,
|
| - scoped_ptr<AttachmentMap> attachments) {
|
| +void AttachmentServiceImpl::ReadDone(
|
| + const GetOrDownloadCallback& callback,
|
| + const AttachmentStore::Result& result,
|
| + scoped_ptr<AttachmentMap> attachments,
|
| + scoped_ptr<AttachmentIdList> unavailable_attachment_ids) {
|
| AttachmentService::GetOrDownloadResult get_result =
|
| AttachmentService::GET_UNSPECIFIED_ERROR;
|
| if (result == AttachmentStore::SUCCESS) {
|
|
|