From bc1b4e833e823729b2d8564d061f473456a218f1 Mon Sep 17 00:00:00 2001 From: Vlad Tsyrklevich Date: Thu, 3 Jan 2019 12:26:07 -0800 Subject: [PATCH] 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 Commit-Queue: Vlad Tsyrklevich --- snapshot/mac/mach_o_image_annotations_reader.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snapshot/mac/mach_o_image_annotations_reader.cc b/snapshot/mac/mach_o_image_annotations_reader.cc index e730b511..eefd7f44 100644 --- a/snapshot/mac/mach_o_image_annotations_reader.cc +++ b/snapshot/mac/mach_o_image_annotations_reader.cc @@ -178,9 +178,9 @@ void MachOImageAnnotationsReader::ReadCrashpadSimpleAnnotations( } } -// TODO(rsesek): When there is a platform-agnostic remote memory reader -// interface available, use it so that the implementation is not duplicated -// in the PEImageAnnotationsReader. +// TODO(https://crbug.com/crashpad/270): Replace implementations of +// ReadCrashpadAnnotationsList and ReadCrashpadSimpleAnnotations with the +// platform-agnostic implementations in ImageAnnotationReader. void MachOImageAnnotationsReader::ReadCrashpadAnnotationsList( std::vector* annotations) const { process_types::CrashpadInfo crashpad_info;