| 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 30446d2a85cd1ff0c070744619ecc7cf7e3455a9..09acda0b916e8ac2b93062d978618ebec91951b2 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -516,6 +516,9 @@ GpuProcessHost::~GpuProcessHost() {
|
| case base::TERMINATION_STATUS_PROCESS_CRASHED:
|
| message = "The GPU process crashed!";
|
| break;
|
| + case base::TERMINATION_STATUS_LAUNCH_FAILED:
|
| + message = "The GPU process failed to start!";
|
| + break;
|
| default:
|
| break;
|
| }
|
|
|