Commit 1dfd20ea authored by Gabriel Charette's avatar Gabriel Charette Committed by Commit Bot

Cleanup unmatched TRACE_EVENT_END in BrowserMainLoop::CreateThreads

Trace event left behind after matching TRACE_EVENT_BEGIN was removed in
https://chromium-review.googlesource.com/c/chromium/src/+/941264/26/content/browser/browser_main_loop.cc

R=jam@chromium.org

Bug: 815225
Change-Id: I5c1e2d94429e1b6366662ab01cda614a7246a4b3
Reviewed-on: https://chromium-review.googlesource.com/966933Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543835}
parent 790754cf
...@@ -1009,7 +1009,6 @@ int BrowserMainLoop::CreateThreads() { ...@@ -1009,7 +1009,6 @@ int BrowserMainLoop::CreateThreads() {
DCHECK(io_thread_); DCHECK(io_thread_);
io_thread_->InitIOThreadDelegate(); io_thread_->InitIOThreadDelegate();
TRACE_EVENT_END0("startup", "BrowserMainLoop::CreateThreads:start");
created_threads_ = true; created_threads_ = true;
return result_code_; return result_code_;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment