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, |
jam
2013/08/25 16:27:20
this seems a bit hacky. please copy what chrome/co
rmcilroy
2013/08/27 14:13:06
You're right, I had meant to ask where ipc descrip
|
}; |
#endif // IPC_IPC_DESCRIPTORS_H_ |