| Index: sync/internal_api/public/attachments/attachment_service_proxy.h
|
| diff --git a/sync/internal_api/public/attachments/attachment_service_proxy.h b/sync/internal_api/public/attachments/attachment_service_proxy.h
|
| index 3a9666065d927bc4b9d88284657919c04f9ef923..ef6e287f676aa1130b49f6b1868548f388d95f6f 100644
|
| --- a/sync/internal_api/public/attachments/attachment_service_proxy.h
|
| +++ b/sync/internal_api/public/attachments/attachment_service_proxy.h
|
| @@ -50,10 +50,6 @@ class SYNC_EXPORT AttachmentServiceProxy : public AttachmentService {
|
|
|
| ~AttachmentServiceProxy() override;
|
|
|
| - // AttachmentService implementation.
|
| - //
|
| - // GetStore always returns NULL.
|
| - AttachmentStore* GetStore() override;
|
| void GetOrDownloadAttachments(const AttachmentIdList& attachment_ids,
|
| const GetOrDownloadCallback& callback) override;
|
| void UploadAttachments(const AttachmentIdSet& attachment_ids) override;
|
| @@ -79,7 +75,6 @@ class SYNC_EXPORT AttachmentServiceProxy : public AttachmentService {
|
| Core(const base::WeakPtr<syncer::AttachmentService>& wrapped);
|
|
|
| // AttachmentService implementation.
|
| - AttachmentStore* GetStore() override;
|
| void GetOrDownloadAttachments(
|
| const AttachmentIdList& attachment_ids,
|
| const GetOrDownloadCallback& callback) override;
|
|
|