Chromium Code Reviews| 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(); |
| } |