Index: content/zygote/zygote_linux.h |
diff --git a/content/zygote/zygote_linux.h b/content/zygote/zygote_linux.h |
index c39bfd026a9ead491323625482193476c15f81d9..ffea49a0da1081c1335816e82019edfe6d31d2c0 100644 |
--- a/content/zygote/zygote_linux.h |
+++ b/content/zygote/zygote_linux.h |
@@ -30,9 +30,6 @@ class Zygote { |
bool ProcessRequests(); |
- static const int kBrowserDescriptor = 3; |
- static const int kMagicSandboxIPCDescriptor = 5; |
- |
private: |
struct ZygoteProcessInfo { |
// Pid from inside the Zygote's PID namespace. |