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

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

Issue 394293003: Do not update AttachmentIds after uploading attachments to sync server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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_uploader.h
diff --git a/sync/api/attachments/attachment_uploader.h b/sync/api/attachments/attachment_uploader.h
index 12fe1a308ad0fbe0438df55ac9feed66f8e22cb6..4774451d53faeebbffa313bed821f101261e443f 100644
--- a/sync/api/attachments/attachment_uploader.h
+++ b/sync/api/attachments/attachment_uploader.h
@@ -34,8 +34,8 @@ class SYNC_EXPORT AttachmentUploader {
// |callback| will be invoked when the operation has completed (successfully
// or otherwise).
//
- // |callback| will receive an UploadResult code and an updated AttachmentId
- // containing the server address of the newly uploaded attachment.
+ // |callback| will receive an UploadResult code and the AttachmentId of the
+ // newly uploaded attachment.
virtual void UploadAttachment(const Attachment& attachment,
const UploadCallback& callback) = 0;
};
« no previous file with comments | « components/sync_driver/generic_change_processor.cc ('k') | sync/internal_api/attachments/attachment_uploader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698