diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index dd2a08b..01d68c0 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -200,9 +200,6 @@ DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance, _Module.Init(NULL, instance); - // Allocate a message loop for this thread - MessageLoop main_message_loop; - // Notice a user data directory override if any const std::wstring user_data_dir = parsed_command_line.GetSwitchValue(switches::kUserDataDir); |