| Index: content/common/browser_plugin_messages.h
|
| diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h
|
| index 432c1a150d741d1d37b44527be92128c27bd9f8e..4f04b8ab933ca9c71670eb3e6be027728354637f 100644
|
| --- a/content/common/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin_messages.h
|
| @@ -126,9 +126,11 @@ IPC_STRUCT_END()
|
|
|
| // This message is sent to the browser process to enable or disable autosize
|
| // mode.
|
| -IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetAutoSize,
|
| - int /* instance_id */,
|
| - BrowserPluginHostMsg_AutoSize_Params)
|
| +IPC_SYNC_MESSAGE_ROUTED3_0(
|
| + BrowserPluginHostMsg_SetAutoSize,
|
| + int /* instance_id */,
|
| + BrowserPluginHostMsg_AutoSize_Params /* auto_size_params */,
|
| + BrowserPluginHostMsg_ResizeGuest_Params /* resize_guest_params */)
|
|
|
|
|
| // This message is sent to the browser process to create the browser plugin
|
|
|