Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index 816bb3916f9b26976ab98a951e6f29f722e1ad58..031684a13bbadd92ecc7cfe9d2b77468cd54ff30 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -99,11 +99,11 @@ int GpuMain(const content::MainFunctionParams& parameters) { |
dead_on_arrival = true; |
} |
- // Warm up the random subsystem, which needs to done pre-sandbox on all |
+ // Warm up the random subsystem, which needs to be done pre-sandbox on all |
// platforms. |
(void) base::RandUint64(); |
-#if defined(OS_LINUX) |
+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) |
content::InitializeSandbox(); |
#endif |