| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 64535a19a105ae232b4d70b996f4ad65f3686288..13fc0c94bdc9c0ce9dfe1c1925ddb58f4c60a5c4 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -826,7 +826,7 @@ void BrowserMainLoop::CreateStartupTasks() {
|
| }
|
|
|
| int BrowserMainLoop::CreateThreads() {
|
| - TRACE_EVENT0("startup", "BrowserMainLoop::CreateThreads");
|
| + TRACE_EVENT0("startup,rail", "BrowserMainLoop::CreateThreads");
|
|
|
| base::Thread::Options io_message_loop_options;
|
| io_message_loop_options.message_loop_type = base::MessageLoop::TYPE_IO;
|
|
|