Index: sync/internal_api/attachments/attachment_uploader_impl.cc |
diff --git a/sync/internal_api/attachments/attachment_uploader_impl.cc b/sync/internal_api/attachments/attachment_uploader_impl.cc |
index 7e1235013b7939ab5aec67d66d4954e2d81a351e..c2bda36f8b8e9402df4276a434b2ffcf55fffad9 100644 |
--- a/sync/internal_api/attachments/attachment_uploader_impl.cc |
+++ b/sync/internal_api/attachments/attachment_uploader_impl.cc |
@@ -137,8 +137,6 @@ void AttachmentUploaderImpl::UploadState::OnURLFetchComplete( |
AttachmentId attachment_id = attachment_.GetId(); |
if (source->GetResponseCode() == net::HTTP_OK) { |
result = UPLOAD_SUCCESS; |
- // TODO(maniscalco): Update the attachment id with server address |
- // information before passing it to the callback (bug 371522). |
} else if (source->GetResponseCode() == net::HTTP_UNAUTHORIZED) { |
// TODO(maniscalco): One possibility is that we received a 401 because our |
// access token has expired. We should probably fetch a new access token |