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

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

Issue 995683002: Revert of [Sync] Add size and crc32c to AttachmentId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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_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_;
};
« no previous file with comments | « sync/api/attachments/attachment_id_unittest.cc ('k') | sync/api/attachments/attachment_metadata_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698