| 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 fe63c21ff18ce15ac26e016c9cf3468cd74d66af..dc7b386bb566f4c8070a7713337597425db1c5ec 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -927,7 +927,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();
|
| }
|
|
|
|
|