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 4c05b639b8b5c5a74bae5101693fec87cfd1c121..373d61e67a92c5cd9747b0f9a441db59fa6baed0 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -515,6 +515,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; |
} |