From 25ecf164a41da4eb1378196a6a3f8e325dd7c819 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 18 Aug 2009 14:49:36 +0000 Subject: 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 --- chrome/common/render_messages_internal.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'chrome/common') 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 /* 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 /* opaque data */, - std::vector /* opaque data */) - // Requests spellcheck for a word. IPC_SYNC_MESSAGE_ROUTED1_2(ViewHostMsg_SpellCheck, std::wstring /* word to check */, -- cgit v1.1