summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 01:06:54 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 01:06:54 +0000
commitf6b75edae481d6ece91b7655fb5a3abd6a894afa (patch)
tree37d1a4e8ff011e2d9805a8600a66b1623cf7b74e /ipc/ipc_message_start.h
parent51721f6822712e15c153a4b4b6b362e40822aa21 (diff)
downloadchromium_src-f6b75edae481d6ece91b7655fb5a3abd6a894afa.zip
chromium_src-f6b75edae481d6ece91b7655fb5a3abd6a894afa.tar.gz
chromium_src-f6b75edae481d6ece91b7655fb5a3abd6a894afa.tar.bz2
Revert 257505 "Adds the ability for the renderer to create the m..."
[Broke Linux Official builds -- packaging stuff. mojo_system.so needs to be added to some list(s) somewhere, I think.] > 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 > > Review URL: https://codereview.chromium.org/195993010 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/202683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index d972761..10e7368 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -99,7 +99,6 @@ enum IPCMessageStart {
ScreenOrientationMsgStart,
MediaStreamTrackMetricsHostMsgStart,
ChromeExtensionMsgStart,
- MojoMsgStart,
LastIPCMsgStart // Must come last.
};