| Index: sync/api/attachments/attachment_metadata.h
|
| diff --git a/sync/api/attachments/attachment_metadata.h b/sync/api/attachments/attachment_metadata.h
|
| index 6eef6c682d4dbbfa09523e0cd81ed6e56b5449fb..10761f838212df31222c658e09be1e8b2e7b66c6 100644
|
| --- a/sync/api/attachments/attachment_metadata.h
|
| +++ b/sync/api/attachments/attachment_metadata.h
|
| @@ -30,9 +30,6 @@
|
| 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_;
|
| };
|
|
|