| Index: content/browser/browser_main_loop.cc
|
| ===================================================================
|
| --- content/browser/browser_main_loop.cc (revision 108024)
|
| +++ content/browser/browser_main_loop.cc (working copy)
|
| @@ -292,10 +292,7 @@
|
| const char* kThreadName = "CrBrowserMain";
|
| base::PlatformThread::SetName(kThreadName);
|
| main_message_loop_->set_thread_name(kThreadName);
|
| -
|
| -#if defined(TRACK_ALL_TASK_OBJECTS)
|
| tracked_objects::ThreadData::InitializeThreadContext(kThreadName);
|
| -#endif // TRACK_ALL_TASK_OBJECTS
|
|
|
| // Register the main thread by instantiating it, but don't call any methods.
|
| main_thread_.reset(new BrowserThreadImpl(BrowserThread::UI,
|
|
|