Chromium Code Reviews| Index: base/debug/task_annotator.h |
| diff --git a/base/debug/task_annotator.h b/base/debug/task_annotator.h |
| index aa5f17b11fee10e7c6ed47de0b3497571583640a..a5c60f06b6846accee58e0af3714da5772300e35 100644 |
| --- a/base/debug/task_annotator.h |
| +++ b/base/debug/task_annotator.h |
| @@ -28,7 +28,6 @@ class BASE_EXPORT TaskAnnotator { |
| // passed into |DidQueueTask| for this task. |run_function| is used as the |
|
Sami
2015/07/15 17:44:00
Please update this comment.
|
| // name for the trace event that surrounds the task's execution. |
| void RunTask(const char* queue_function, |
| - const char* run_function, |
| const PendingTask& pending_task); |
| private: |