Index: chrome/common/sandbox_mac.mm |
diff --git a/chrome/common/sandbox_mac.mm b/chrome/common/sandbox_mac.mm |
index 56ad0b1672ca2c53187516f80639859f2413ff73..b5f9d2210038de13f2a58156294605745d6b6c6e 100644 |
--- a/chrome/common/sandbox_mac.mm |
+++ b/chrome/common/sandbox_mac.mm |
@@ -263,10 +263,6 @@ void Sandbox::SandboxWarmup(SandboxProcessType sandbox_type) { |
// Access to /dev/random is required for the field trial code. |
GetUrandomFD(); |
} |
- |
- { // Without this, the GPU process dies during [CrApplication init]. |
- [CrApplication sharedApplication]; |
- } |
break; |
default: |