| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 238847)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -1720,31 +1720,6 @@
|
| bool /* refresh*/,
|
| std::vector<content::WebPluginInfo> /* plugins */)
|
|
|
| -// Return information about a plugin for the given URL and MIME
|
| -// type. If there is no matching plugin, |found| is false.
|
| -// |actual_mime_type| is the actual mime type supported by the
|
| -// found plugin.
|
| -IPC_SYNC_MESSAGE_CONTROL4_3(ViewHostMsg_GetPluginInfo,
|
| - int /* routing_id */,
|
| - GURL /* url */,
|
| - GURL /* page_url */,
|
| - std::string /* mime_type */,
|
| - bool /* found */,
|
| - content::WebPluginInfo /* plugin info */,
|
| - std::string /* actual_mime_type */)
|
| -
|
| -// A renderer sends this to the browser process when it wants to
|
| -// create a plugin. The browser will create the plugin process if
|
| -// necessary, and will return a handle to the channel on success.
|
| -// On error an empty string is returned.
|
| -IPC_SYNC_MESSAGE_CONTROL4_2(ViewHostMsg_OpenChannelToPlugin,
|
| - int /* routing_id */,
|
| - GURL /* url */,
|
| - GURL /* page_url */,
|
| - std::string /* mime_type */,
|
| - IPC::ChannelHandle /* channel_handle */,
|
| - content::WebPluginInfo /* info */)
|
| -
|
| #if defined(OS_WIN)
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_WindowlessPluginDummyWindowCreated,
|
| gfx::NativeViewId /* dummy_activation_window */)
|
|
|