Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index 82ff51ca4b62dd26a0bfead0a2fdf93136c4fabb..0e276a9ab28aec01453f4fcf634218d0fa0bf52c 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -901,7 +901,8 @@ void GpuProcessHost::OnProcessLaunched() { |
base::TimeTicks::Now() - init_start_time_); |
} |
-void GpuProcessHost::OnProcessLaunchFailed() { |
+void GpuProcessHost::OnProcessLaunchFailed(int error_code) { |
+ // TODO(wfh): do something more useful with this error code. |
RecordProcessCrash(); |
} |