| Index: content/common/plugin_messages.h
|
| ===================================================================
|
| --- content/common/plugin_messages.h (revision 85657)
|
| +++ content/common/plugin_messages.h (working copy)
|
| @@ -98,10 +98,10 @@
|
| HWND /* window */,
|
| HWND /* parent */)
|
|
|
| -IPC_MESSAGE_ROUTED3(PluginProcessHostMsg_DownloadUrl,
|
| - std::string /* URL */,
|
| - int /* process id */,
|
| - HWND /* caller window */)
|
| +IPC_MESSAGE_CONTROL3(PluginProcessHostMsg_DownloadUrl,
|
| + std::string /* URL */,
|
| + int /* process id */,
|
| + HWND /* caller window */)
|
| #endif
|
|
|
| #if defined(USE_X11)
|
|
|