| Index: chrome/browser/nacl_host/nacl_process_host.cc
|
| ===================================================================
|
| --- chrome/browser/nacl_host/nacl_process_host.cc (revision 71061)
|
| +++ chrome/browser/nacl_host/nacl_process_host.cc (working copy)
|
| @@ -140,6 +140,8 @@
|
|
|
| cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id());
|
|
|
| + SetCrashReporterCommandLine(cmd_line);
|
| +
|
| // On Windows we might need to start the broker process to launch a new loader
|
| #if defined(OS_WIN)
|
| if (running_on_wow64_) {
|
|
|