Index: chrome/browser/gpu_process_host.cc |
=================================================================== |
--- chrome/browser/gpu_process_host.cc (revision 73306) |
+++ chrome/browser/gpu_process_host.cc (working copy) |
@@ -475,6 +475,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, |