| Index: chrome/browser/gpu_process_host.cc
|
| ===================================================================
|
| --- chrome/browser/gpu_process_host.cc (revision 74410)
|
| +++ chrome/browser/gpu_process_host.cc (working copy)
|
| @@ -355,6 +355,8 @@
|
| cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kGpuProcess);
|
| cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id());
|
|
|
| + SetCrashReporterCommandLine(cmd_line);
|
| +
|
| // Propagate relevant command line switches.
|
| static const char* const kSwitchNames[] = {
|
| switches::kUseGL,
|
|
|