diff options
Diffstat (limited to 'chrome/common/plugin_messages_internal.h')
-rw-r--r-- | chrome/common/plugin_messages_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index 923a750..fb5dd77 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -156,11 +156,6 @@ IPC_BEGIN_MESSAGES(PluginProcessHost) uint32 /* window ID */, gfx::Rect /* window rect */) - // Notifies the browser that the plugin has disposed of a window. - IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_PluginDisposeWindow, - uint32 /* window ID */, - gfx::Rect /* window rect */) - // Notifies the browser that a plugin instance has received keyboard focus IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_PluginReceivedFocus, uint32 /* process ID */, |