 Chromium Code Reviews
 Chromium Code Reviews Issue 22911027:
  Pass StatsTable shared memory via global descriptors on Posix rather than using named shared memory.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 22911027:
  Pass StatsTable shared memory via global descriptors on Posix rather than using named shared memory.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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_ |