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

Unified Diff: base/profiler/scoped_profile.cc

Issue 1104053004: Cleanup: removing unused descendants information from tracked objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
Index: base/profiler/scoped_profile.cc
diff --git a/base/profiler/scoped_profile.cc b/base/profiler/scoped_profile.cc
index 4f8bc2d1e0e3e35b5e9d260a145e240807460f95..f06a8c6f5dd68fafe34b90627acf8808499c7552 100644
--- a/base/profiler/scoped_profile.cc
+++ b/base/profiler/scoped_profile.cc
@@ -20,7 +20,6 @@ ScopedProfile::ScopedProfile(const Location& location, Mode mode)
if (!birth_)
return;
- ThreadData::PrepareForStartOfRun(birth_);
stopwatch_.Start();
}

Powered by Google App Engine
This is Rietveld 408576698