| Index: content/common/plugin_process_messages.h
|
| diff --git a/content/common/plugin_process_messages.h b/content/common/plugin_process_messages.h
|
| index a815b55ed306113703643a256f5b5e98a8dfc900..f07774bc023837eb969d2ae9d5bcd8f76682837e 100644
|
| --- a/content/common/plugin_process_messages.h
|
| +++ b/content/common/plugin_process_messages.h
|
| @@ -56,13 +56,6 @@ IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ChannelDestroyed,
|
| IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ClearSiteDataResult,
|
| bool /* success */)
|
|
|
| -#if defined(OS_WIN)
|
| -// Destroys the given window's parent on the UI thread.
|
| -IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_PluginWindowDestroyed,
|
| - HWND /* window */,
|
| - HWND /* parent */)
|
| -#endif
|
| -
|
| #if defined(OS_MACOSX)
|
| // On Mac OS X, we need the browser to keep track of plugin windows so
|
| // that it can add and remove them from stacking groups, hide and show the
|
|
|