Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index c1077998dca9b3a55de2c1911b52ebcae9f1ed6f..087e667fcfe8be66bac9ed10a7bcbdb89bfd864f 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -424,7 +424,7 @@ int GpuMain(const MainFunctionParams& parameters) { |
child_thread->StopWatchdog(); |
- return 0; |
+ return dead_on_arrival ? 2 : 0; |
} |
namespace { |