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

Unified Diff: mojo/common/task_tracker.cc

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « cc/surfaces/surface_factory.h ('k') | mojo/common/task_tracker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/task_tracker.cc
diff --git a/mojo/common/task_tracker.cc b/mojo/common/task_tracker.cc
index c0ffd3f6cb689f5245c9349793ff04c7198d0248..8665799c7fd41222da065837282f80c4f15317d0 100644
--- a/mojo/common/task_tracker.cc
+++ b/mojo/common/task_tracker.cc
@@ -54,7 +54,6 @@ bool TrackingActivation::Start(const char* function_name,
if (!birth_)
return false;
- tracked_objects::ThreadData::PrepareForStartOfRun(birth_);
(new (stopwatch()) tracked_objects::TaskStopwatch())->Start();
return true;
}
« no previous file with comments | « cc/surfaces/surface_factory.h ('k') | mojo/common/task_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698