diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 22:52:51 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 22:52:51 +0000 |
commit | 7f3c7afde3b300f5fc922493d494f9a9f6c36c0d (patch) | |
tree | 4aedf8679a4b4761fa2531ed34fd7fe3e112901a /ipc/ipc_message_utils.h | |
parent | b729ca5471fc6de49a32d5f9d0a14f6cfb8e58bc (diff) | |
download | chromium_src-7f3c7afde3b300f5fc922493d494f9a9f6c36c0d.zip chromium_src-7f3c7afde3b300f5fc922493d494f9a9f6c36c0d.tar.gz chromium_src-7f3c7afde3b300f5fc922493d494f9a9f6c36c0d.tar.bz2 |
Adds the renderer component of the Java Bridge
This patch adds JavaBridgeDispatcher, which handles injecting Java objects into
the main frame of a RenderView. It also adds the IPC messages that are sent
from browser to renderer to manage the injection of these Java objects.
BUG=96703
Review URL: http://codereview.chromium.org/8347005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_utils.h')
-rw-r--r-- | ipc/ipc_message_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index e151649..5ab768c 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -96,6 +96,7 @@ enum IPCMessageStart { ChromePluginMsgStart, ChromeBenchmarkingMsgStart, IntentsMsgStart, + JavaBridgeMsgStart, LastIPCMsgStart // Must come last. }; |