| 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 944a71f48f4f5304b670feeedb525e5c21e81991..da4b597297deabd2914083c08fe2c91b481aa475 100644
|
| --- a/sync/internal_api/public/attachments/attachment_service.h
|
| +++ b/sync/internal_api/public/attachments/attachment_service.h
|
| @@ -52,11 +52,6 @@ class SYNC_EXPORT AttachmentService {
|
| 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,
|
|
|