Update comment to reflect current state

Bug: crashpad:270
Change-Id: I51869f3f613057f617d8f73ca6643bfe2ab75573
Reviewed-on: https://chromium-review.googlesource.com/c/1394154
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
This commit is contained in:
Vlad Tsyrklevich 2019-01-03 12:26:07 -08:00 committed by Commit Bot
parent 3678bff13f
commit bc1b4e833e

View File

@ -178,9 +178,9 @@ void MachOImageAnnotationsReader::ReadCrashpadSimpleAnnotations(
} }
} }
// TODO(rsesek): When there is a platform-agnostic remote memory reader // TODO(https://crbug.com/crashpad/270): Replace implementations of
// interface available, use it so that the implementation is not duplicated // ReadCrashpadAnnotationsList and ReadCrashpadSimpleAnnotations with the
// in the PEImageAnnotationsReader. // platform-agnostic implementations in ImageAnnotationReader.
void MachOImageAnnotationsReader::ReadCrashpadAnnotationsList( void MachOImageAnnotationsReader::ReadCrashpadAnnotationsList(
std::vector<AnnotationSnapshot>* annotations) const { std::vector<AnnotationSnapshot>* annotations) const {
process_types::CrashpadInfo crashpad_info; process_types::CrashpadInfo crashpad_info;