Chromium Code Reviews| Index: ipc/ipc_descriptors.h |
| diff --git a/ipc/ipc_descriptors.h b/ipc/ipc_descriptors.h |
| index b766bbbe76958f97b62e832c185a47ec307aaa60..690558a31368309f15070ad04e230e3a8f5a772e 100644 |
| --- a/ipc/ipc_descriptors.h |
| +++ b/ipc/ipc_descriptors.h |
| @@ -9,6 +9,7 @@ |
| // base::GlobalDescriptors object (see base/posix/global_descriptors.h) |
| enum { |
| kPrimaryIPCChannel = 0, |
| + kStatsTableSharedMemFd = 100, |
| }; |
| #endif // IPC_IPC_DESCRIPTORS_H_ |