summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-18 14:49:36 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-18 14:49:36 +0000
commit25ecf164a41da4eb1378196a6a3f8e325dd7c819 (patch)
treeb0c2f0c6790482a4676c7dad0860a22388eaeefe /chrome/common
parent0615b6f5682896d3109349f1857839731e87e672 (diff)
downloadchromium_src-25ecf164a41da4eb1378196a6a3f8e325dd7c819.zip
chromium_src-25ecf164a41da4eb1378196a6a3f8e325dd7c819.tar.gz
chromium_src-25ecf164a41da4eb1378196a6a3f8e325dd7c819.tar.bz2
Remove ViewHostMsg_PluginMessage which was unused.
TEST=none BUG=none Review URL: http://codereview.chromium.org/171052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/render_messages_internal.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 80e5510..2a6b4d4 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -905,19 +905,6 @@ IPC_BEGIN_MESSAGES(ViewHost)
FilePath /* filename */,
std::string /* actual mime type for url */)
- // Allows a chrome plugin loaded in a renderer process to send arbitrary
- // data to an instance of the same plugin loaded in the browser process.
- IPC_MESSAGE_CONTROL2(ViewHostMsg_PluginMessage,
- FilePath /* plugin_path of plugin */,
- std::vector<uint8> /* opaque data */)
-
- // Allows a chrome plugin loaded in a renderer process to send arbitrary
- // data to an instance of the same plugin loaded in the browser process.
- IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_PluginSyncMessage,
- FilePath /* plugin_path of plugin */,
- std::vector<uint8> /* opaque data */,
- std::vector<uint8> /* opaque data */)
-
// Requests spellcheck for a word.
IPC_SYNC_MESSAGE_ROUTED1_2(ViewHostMsg_SpellCheck,
std::wstring /* word to check */,