summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 18:03:05 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 18:03:05 +0000
commita82265ff7d25c8183c0def202fa0a149335fccbf (patch)
tree2655e5f37c03b00af3b777ab3bf5590e9713a811 /ipc
parentc5cd9dad8dea7b5f1f731fef2c890a5a5a31b889 (diff)
downloadchromium_src-a82265ff7d25c8183c0def202fa0a149335fccbf.zip
chromium_src-a82265ff7d25c8183c0def202fa0a149335fccbf.tar.gz
chromium_src-a82265ff7d25c8183c0def202fa0a149335fccbf.tar.bz2
Adds the ability for the renderer to create the mojo channel
This is initiated and owned by RenderProcessHost. I've added a method to RenderProcessHostImpl to create the channel. No one is calling it yet, that will come after this. RenderProcessHostImpl::CreateMojoChannel initiates the connection and sends an IPC message to the renderer. The renderer than creates its end of the connection. End to end test will come once I've added all the pieces. BUG=none TEST=none R=darin@chromium.org, tsepez@chromium.org, viettrungluu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257342 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257505 Review URL: https://codereview.chromium.org/195993010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 10e7368..d972761 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -99,6 +99,7 @@ enum IPCMessageStart {
ScreenOrientationMsgStart,
MediaStreamTrackMetricsHostMsgStart,
ChromeExtensionMsgStart,
+ MojoMsgStart,
LastIPCMsgStart // Must come last.
};