Index: content/zygote/zygote_main_linux.cc |
diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc |
index 31fb34ef054c3d0c3c9b4ed4895e9955fef42260..8f89580d42f6ed7a97b86e0e8651acf0905675a5 100644 |
--- a/content/zygote/zygote_main_linux.cc |
+++ b/content/zygote/zygote_main_linux.cc |
@@ -416,8 +416,6 @@ |
"https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment." |
"\n\n"; |
} |
- |
- CHECK(setuid_sandbox->CreateNewSession()); |
if (!setuid_sandbox->ChrootMe()) |
return false; |