Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2598)

Unified Diff: base/debug/task_annotator.h

Issue 1237283006: Extract trace from TaskAnnotator::RunTask to its call sites (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/debug/task_annotator.cc » ('j') | base/debug/task_annotator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | base/debug/task_annotator.cc » ('j') | base/debug/task_annotator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698