Index: content/common/plugin_messages.h |
=================================================================== |
--- content/common/plugin_messages.h (revision 87939) |
+++ content/common/plugin_messages.h (working copy) |
@@ -101,6 +101,10 @@ |
IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_DownloadUrl, |
std::string /* URL */, |
HWND /* caller window */) |
+ |
+IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_ReparentPluginWindow, |
+ HWND /* window */, |
+ HWND /* parent */) |
#endif |
#if defined(USE_X11) |