summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/attachments/attachment_service_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/attachments/attachment_service_impl.h')
-rw-r--r--sync/internal_api/public/attachments/attachment_service_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/internal_api/public/attachments/attachment_service_impl.h b/sync/internal_api/public/attachments/attachment_service_impl.h
index ae2e8b3..c9992c0 100644
--- a/sync/internal_api/public/attachments/attachment_service_impl.h
+++ b/sync/internal_api/public/attachments/attachment_service_impl.h
@@ -82,6 +82,9 @@ class SYNC_EXPORT AttachmentServiceImpl
const AttachmentStore::Result& result,
scoped_ptr<AttachmentMap> attachments,
scoped_ptr<AttachmentIdList> unavailable_attachment_ids);
+ void WriteDone(const scoped_refptr<GetOrDownloadState>& state,
+ const Attachment& attachment,
+ const AttachmentStore::Result& result);
void DropDone(const DropCallback& callback,
const AttachmentStore::Result& result);
void UploadDone(const AttachmentUploader::UploadResult& result,