diff options
Diffstat (limited to 'chrome/browser/process_singleton_linux.cc')
-rw-r--r-- | chrome/browser/process_singleton_linux.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc index b4f8a04..8a30e3e 100644 --- a/chrome/browser/process_singleton_linux.cc +++ b/chrome/browser/process_singleton_linux.cc @@ -548,8 +548,7 @@ void ProcessSingleton::LinuxWatcher::HandleMessage( // Run the browser startup sequence again, with the command line of the // signalling process. FilePath current_dir_file_path(current_dir); - BrowserInit::ProcessCommandLine(parsed_command_line, - current_dir_file_path.ToWStringHack(), + BrowserInit::ProcessCommandLine(parsed_command_line, current_dir_file_path, false, profile, NULL); } |