diff options
| author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 00:18:06 +0000 |
|---|---|---|
| committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 00:18:06 +0000 |
| commit | 88a1fb47ae5abed1c518cdb63836199431ac5af7 (patch) | |
| tree | 6bd2be5124623c48546122c80b94a3b203352fe1 /chrome/common/render_messages_internal.h | |
| parent | 226183d33f7e52d01d38cad1cfb2e70b938ae74e (diff) | |
| download | chromium_src-88a1fb47ae5abed1c518cdb63836199431ac5af7.zip chromium_src-88a1fb47ae5abed1c518cdb63836199431ac5af7.tar.gz chromium_src-88a1fb47ae5abed1c518cdb63836199431ac5af7.tar.bz2 | |
Get rid of the gears in renderer process code. This allows me to do some cleanup in how resource dispatching happens in a future cl.
Review URL: http://codereview.chromium.org/42158
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11601 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
| -rw-r--r-- | chrome/common/render_messages_internal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index bdbabaa..6416a4b 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -53,12 +53,6 @@ IPC_BEGIN_MESSAGES(View) size_t /* max_dead_capacity */, size_t /* capacity */) - // Allows a chrome plugin loaded in the browser process to send arbitrary - // data to an instance of the same plugin loaded in a renderer process. - IPC_MESSAGE_CONTROL2(ViewMsg_PluginMessage, - FilePath /* plugin_path of plugin */, - std::vector<uint8> /* opaque data */) - // Reply in response to ViewHostMsg_ShowView or ViewHostMsg_ShowWidget. // similar to the new command, but used when the renderer created a view // first, and we need to update it |
