| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 66cacbc1117d5a75389088b07dfa0dd22550dbe3..0ee5ac34f742ac7589ff5a8824cf8f22e7c4faed 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1127,18 +1127,6 @@ IPC_SYNC_MESSAGE_CONTROL4_3(FrameHostMsg_GetPluginInfo,
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_PluginContentOriginAllowed,
|
| url::Origin /* content_origin */)
|
|
|
| -// 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(FrameHostMsg_OpenChannelToPlugin,
|
| - int /* render_frame_id */,
|
| - GURL /* url */,
|
| - GURL /* page_url */,
|
| - std::string /* mime_type */,
|
| - IPC::ChannelHandle /* channel_handle */,
|
| - content::WebPluginInfo /* info */)
|
| -
|
| // A renderer sends this to the browser process when it wants to create a ppapi
|
| // plugin. The browser will create the plugin process if necessary, and will
|
| // return a handle to the channel on success.
|
|
|