summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu_process_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/gpu_process_host.cc')
-rw-r--r--content/browser/gpu_process_host.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/gpu_process_host.cc b/content/browser/gpu_process_host.cc
index 033e543..df4d9a6 100644
--- a/content/browser/gpu_process_host.cc
+++ b/content/browser/gpu_process_host.cc
@@ -485,8 +485,6 @@ bool GpuProcessHost::LaunchGpuProcess() {
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,