Index: base/debug/task_annotator.cc |
diff --git a/base/debug/task_annotator.cc b/base/debug/task_annotator.cc |
index 3591fd6c80fc19016b4ed195233222fbc9c70808..19df8cb39e5129b9c02987f919b8bdb7cc1d7760 100644 |
--- a/base/debug/task_annotator.cc |
+++ b/base/debug/task_annotator.cc |
@@ -28,7 +28,6 @@ void TaskAnnotator::DidQueueTask(const char* queue_function, |
void TaskAnnotator::RunTask(const char* queue_function, |
const char* run_function, |
const PendingTask& pending_task) { |
- tracked_objects::ThreadData::PrepareForStartOfRun(pending_task.birth_tally); |
tracked_objects::TaskStopwatch stopwatch; |
stopwatch.Start(); |
tracked_objects::Duration queue_duration = |