| Index: chrome/app_shim/chrome_main_app_mode_mac.mm
|
| diff --git a/chrome/app_shim/chrome_main_app_mode_mac.mm b/chrome/app_shim/chrome_main_app_mode_mac.mm
|
| index 37d21a873c424d3dd30d67a7a782198e621b864a..20b125825da9d4b4203e9a0770d021c26fa0837f 100644
|
| --- a/chrome/app_shim/chrome_main_app_mode_mac.mm
|
| +++ b/chrome/app_shim/chrome_main_app_mode_mac.mm
|
| @@ -647,7 +647,6 @@ int ChromeAppModeStart_v4(const app_mode::ChromeAppModeInfo* info) {
|
|
|
| AppShimController controller;
|
| base::MessageLoopForUI main_message_loop;
|
| - main_message_loop.set_thread_name("MainThread");
|
| base::PlatformThread::SetName("CrAppShimMain");
|
|
|
| // In tests, launching Chrome does nothing, and we won't get a ping response,
|
|
|