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

Unified Diff: sync/api/sync_data.cc

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
« no previous file with comments | « sync/api/sync_data.h ('k') | sync/api/sync_data_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_data.cc
diff --git a/sync/api/sync_data.cc b/sync/api/sync_data.cc
index 7fbdbc2f3982597a60f90d1c4394e89924c5d65c..0dd567d64520f4b9d588fad8ca109c6b28af0143 100644
--- a/sync/api/sync_data.cc
+++ b/sync/api/sync_data.cc
@@ -218,10 +218,4 @@ void SyncDataRemote::GetOrDownloadAttachments(
attachment_service_.GetOrDownloadAttachments(attachment_ids, callback);
}
-void SyncDataRemote::DropAttachments(
- const AttachmentIdList& attachment_ids,
- const AttachmentService::DropCallback& callback) {
- attachment_service_.DropAttachments(attachment_ids, callback);
-}
-
} // namespace syncer
« no previous file with comments | « sync/api/sync_data.h ('k') | sync/api/sync_data_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698