summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-15 22:00:07 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-15 22:00:07 +0000
commit907e1d669f44c15388e8f7183cb8ea706dae7771 (patch)
treea770cfeee5e08b24827a494a99e48f8e1df4fec4 /ipc/ipc_message_start.h
parente1c12bc9c1497a2081f1f23071f4d277fafabac8 (diff)
downloadchromium_src-907e1d669f44c15388e8f7183cb8ea706dae7771.zip
chromium_src-907e1d669f44c15388e8f7183cb8ea706dae7771.tar.gz
chromium_src-907e1d669f44c15388e8f7183cb8ea706dae7771.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 Review URL: https://codereview.chromium.org/195993010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-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.
};