| Index: content/common/plugin_messages.h
|
| ===================================================================
|
| --- content/common/plugin_messages.h (revision 98657)
|
| +++ content/common/plugin_messages.h (working copy)
|
| @@ -83,19 +83,12 @@
|
| IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ChannelCreated,
|
| IPC::ChannelHandle /* channel_handle */)
|
|
|
| -IPC_SYNC_MESSAGE_CONTROL0_1(PluginProcessHostMsg_GetPluginFinderUrl,
|
| - std::string /* plugin finder URL */)
|
| -
|
| #if defined(OS_WIN)
|
| // Destroys the given window's parent on the UI thread.
|
| IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_PluginWindowDestroyed,
|
| HWND /* window */,
|
| HWND /* parent */)
|
|
|
| -IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_DownloadUrl,
|
| - std::string /* URL */,
|
| - HWND /* caller window */)
|
| -
|
| IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_ReparentPluginWindow,
|
| HWND /* window */,
|
| HWND /* parent */)
|
| @@ -261,8 +254,6 @@
|
|
|
| IPC_MESSAGE_ROUTED0(PluginMsg_DidManualLoadFail)
|
|
|
| -IPC_MESSAGE_ROUTED0(PluginMsg_InstallMissingPlugin)
|
| -
|
| IPC_MESSAGE_ROUTED3(PluginMsg_HandleURLRequestReply,
|
| unsigned long /* resource_id */,
|
| GURL /* url */,
|
| @@ -339,9 +330,6 @@
|
| GURL /* first_party_for_cookies */,
|
| std::string /* cookies */)
|
|
|
| -IPC_MESSAGE_ROUTED1(PluginHostMsg_MissingPluginStatus,
|
| - int /* status */)
|
| -
|
| IPC_MESSAGE_ROUTED0(PluginHostMsg_CancelDocumentLoad)
|
|
|
| IPC_MESSAGE_ROUTED3(PluginHostMsg_InitiateHTTPRangeRequest,
|
|
|