Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1526)

Unified Diff: sync/internal_api/public/attachments/attachment_service_impl.h

Issue 973513002: [Sync] Remove DropAttachments from AttachmentService and SyncData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix call count. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/internal_api/public/attachments/attachment_service_impl.h
diff --git a/sync/internal_api/public/attachments/attachment_service_impl.h b/sync/internal_api/public/attachments/attachment_service_impl.h
index c9992c075cba54855afa99e02699e4bcdbe2cbd4..e35f5481014bd83e15f685adc36b1782e5e58888 100644
--- a/sync/internal_api/public/attachments/attachment_service_impl.h
+++ b/sync/internal_api/public/attachments/attachment_service_impl.h
@@ -62,8 +62,6 @@ class SYNC_EXPORT AttachmentServiceImpl
AttachmentStore* GetStore() override;
void GetOrDownloadAttachments(const AttachmentIdList& attachment_ids,
const GetOrDownloadCallback& callback) override;
- void DropAttachments(const AttachmentIdList& attachment_ids,
- const DropCallback& callback) override;
void UploadAttachments(const AttachmentIdSet& attachment_ids) override;
// NetworkChangeObserver implementation.
@@ -85,8 +83,6 @@ class SYNC_EXPORT AttachmentServiceImpl
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,
const AttachmentId& attachment_id);
void DownloadDone(const scoped_refptr<GetOrDownloadState>& state,

Powered by Google App Engine
This is Rietveld 408576698