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

Unified Diff: sync/api/attachments/attachment_store.h

Issue 187303006: Update sync API to support attachments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachmentapi
Patch Set: Rename GetAttachments to GetLocalAttachmentsForUpload. Created 6 years, 9 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/api/attachments/attachment_store.h
diff --git a/sync/api/attachments/attachment_store.h b/sync/api/attachments/attachment_store.h
index 01cfd879596de75447fa9c59aa96f6fa66965d4e..1d623ce90ba556bbab9aba342d5df7c59a654ca7 100644
--- a/sync/api/attachments/attachment_store.h
+++ b/sync/api/attachments/attachment_store.h
@@ -26,7 +26,7 @@ class SYNC_EXPORT AttachmentStore {
virtual ~AttachmentStore();
// TODO(maniscalco): Consider udpating Read and Write methods to support
- // resumable transfers.
+ // resumable transfers (bug 353292).
enum Result {
SUCCESS, // No error.
« no previous file with comments | « sync/api/attachments/attachment_service_proxy_unittest.cc ('k') | sync/api/attachments/attachment_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698