Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index 816bb3916f9b26976ab98a951e6f29f722e1ad58..abf29bd5a46c40ff28e9f40d6ddd1e060e3a6e68 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -103,10 +103,6 @@ int GpuMain(const content::MainFunctionParams& parameters) { |
// platforms. |
(void) base::RandUint64(); |
-#if defined(OS_LINUX) |
- content::InitializeSandbox(); |
-#endif |
jln (very slow on Chromium)
2012/05/10 03:16:39
I would also leave that as is
Jorge Lucangeli Obes
2012/05/10 03:38:34
Done.
|
- |
base::win::ScopedCOMInitializer com_initializer; |
#if defined(OS_WIN) |