| Index: sync/internal_api/public/attachments/attachment_service.h
|
| diff --git a/sync/internal_api/public/attachments/attachment_service.h b/sync/internal_api/public/attachments/attachment_service.h
|
| index da4b597297deabd2914083c08fe2c91b481aa475..944a71f48f4f5304b670feeedb525e5c21e81991 100644
|
| --- a/sync/internal_api/public/attachments/attachment_service.h
|
| +++ b/sync/internal_api/public/attachments/attachment_service.h
|
| @@ -52,6 +52,11 @@
|
| AttachmentService();
|
| virtual ~AttachmentService();
|
|
|
| + // Return a pointer to the AttachmentStore owned by this object.
|
| + //
|
| + // May return NULL.
|
| + virtual AttachmentStore* GetStore() = 0;
|
| +
|
| // See SyncData::GetOrDownloadAttachments.
|
| virtual void GetOrDownloadAttachments(
|
| const AttachmentIdList& attachment_ids,
|
|
|