summaryrefslogtreecommitdiffstats
path: root/sync/api/attachments/attachment_metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/api/attachments/attachment_metadata.h')
-rw-r--r--sync/api/attachments/attachment_metadata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/api/attachments/attachment_metadata.h b/sync/api/attachments/attachment_metadata.h
index 10761f8..6eef6c6 100644
--- a/sync/api/attachments/attachment_metadata.h
+++ b/sync/api/attachments/attachment_metadata.h
@@ -30,6 +30,9 @@ class SYNC_EXPORT AttachmentMetadata {
size_t GetSize() const;
private:
+ // TODO(maniscalco): Reconcile AttachmentMetadata and
+ // AttachmentId. AttachmentId knows the size of the attachment so
+ // AttachmentMetadata may not be necessary (crbug/465375).
AttachmentId id_;
size_t size_;
};