| Index: chrome/browser/process_singleton_linux.cc
|
| diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc
|
| index 4ec9f9e6bee901add7dafc6331c203497a79394a..490a09afb6f0eebd187c851a85530adb982573da 100644
|
| --- a/chrome/browser/process_singleton_linux.cc
|
| +++ b/chrome/browser/process_singleton_linux.cc
|
| @@ -648,7 +648,8 @@ void ProcessSingleton::LinuxWatcher::HandleMessage(
|
| // signalling process.
|
| FilePath current_dir_file_path(current_dir);
|
| BrowserInit::ProcessCommandLine(parsed_command_line, current_dir_file_path,
|
| - false, profile, NULL);
|
| + false /* not process startup */, profile,
|
| + NULL);
|
| }
|
|
|
| // Send back "ACK" message to prevent the client process from starting up.
|
|
|