Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: ipc/ipc_descriptors.h

Issue 1685183004: Bootstrap Mojo IPC independent of Chrome IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/zygote/zygote_linux.cc ('k') | mojo/edk/embedder/platform_channel_pair.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_descriptors.h
diff --git a/ipc/ipc_descriptors.h b/ipc/ipc_descriptors.h
index 9dcff8ceb1394879fe4077321a1dee97af00e6b7..15fe6758748d3722f85e28a10c39241edbb781a0 100644
--- a/ipc/ipc_descriptors.h
+++ b/ipc/ipc_descriptors.h
@@ -10,6 +10,7 @@
enum {
kPrimaryIPCChannel = 0,
kStatsTableSharedMemFd,
+ kMojoIPCChannel,
// The first key that can be use to register descriptors.
kIPCDescriptorMax
« no previous file with comments | « content/zygote/zygote_linux.cc ('k') | mojo/edk/embedder/platform_channel_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698