Index: chrome/app/chrome_exe_main.cc |
=================================================================== |
--- chrome/app/chrome_exe_main.cc (revision 45984) |
+++ chrome/app/chrome_exe_main.cc (working copy) |
@@ -44,6 +44,7 @@ |
// 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; |