chromium 11.0.969.72
[chromium.git] / patches / patch-content_browser_zygote__host__linux.h
1 $NetBSD$
2
3 --- content/browser/zygote_host_linux.h.orig    2011-05-24 08:01:07.000000000 +0000
4 +++ content/browser/zygote_host_linux.h
5 @@ -51,6 +51,9 @@ class ZygoteHost {
6      kCmdReap = 1,                  // Reap a renderer child.
7      kCmdGetTerminationStatus = 2,  // Check what happend to a child process.
8      kCmdGetSandboxStatus = 3,      // Read a bitmask of kSandbox*
9 +#if defined(OS_BSD)
10 +    kCmdEnd = 5,              // Kill zygote for SOCK_DGRAM.
11 +#endif
12    };
13  
14    // These form a bitmask which describes the conditions of the sandbox that