Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index f71d66ac8f0ede652725aa7db25009d121572f6a..71be05d5ec5b4182b2fa29fcde4161943a6502e5 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -1169,10 +1169,7 @@ void BrowserMainLoop::StopStartupTracingTimer() { |
void BrowserMainLoop::InitializeMainThread() { |
TRACE_EVENT0("startup", "BrowserMainLoop::InitializeMainThread"); |
- static const char kThreadName[] = "CrBrowserMain"; |
- base::PlatformThread::SetName(kThreadName); |
- if (main_message_loop_) |
- main_message_loop_->set_thread_name(kThreadName); |
+ base::PlatformThread::SetName("CrBrowserMain"); |
// Register the main thread by instantiating it, but don't call any methods. |
main_thread_.reset( |