| Index: chrome/app/chrome_exe_main.cc
|
| diff --git a/chrome/app/chrome_exe_main.cc b/chrome/app/chrome_exe_main.cc
|
| index ed4c26380c6e4625d1d1da536b725a70607416a2..fdd2cac00151bc7082f39ee0893a144973eabbbf 100644
|
| --- a/chrome/app/chrome_exe_main.cc
|
| +++ b/chrome/app/chrome_exe_main.cc
|
| @@ -44,7 +44,6 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
|
| // Load and launch the chrome dll. *Everything* happens inside.
|
| MainDllLoader* loader = MakeMainDllLoader();
|
| int rc = loader->Launch(instance, &sandbox_info);
|
| - loader->RelaunchChromeBrowserWithNewCommandLineIfNeeded();
|
| delete loader;
|
|
|
| return rc;
|
|
|