| Index: chrome/browser/process_singleton_linux.cc
|
| ===================================================================
|
| --- chrome/browser/process_singleton_linux.cc (revision 78234)
|
| +++ chrome/browser/process_singleton_linux.cc (working copy)
|
| @@ -648,7 +648,8 @@
|
| // 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.
|
|
|