Index: chrome/browser/process_singleton_win.cc |
=================================================================== |
--- chrome/browser/process_singleton_win.cc (revision 11366) |
+++ chrome/browser/process_singleton_win.cc (working copy) |
@@ -229,7 +229,7 @@ |
// Run the browser startup sequence again, with the command line of the |
// signalling process. |
- BrowserInit::ProcessCommandLine(parsed_command_line, cur_dir, prefs, false, |
+ BrowserInit::ProcessCommandLine(parsed_command_line, cur_dir, false, |
profile, NULL); |
return TRUE; |
} |