| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 75edafa4e052eddaa9d1105939200d5c806e545d..39583a068219ef23b2459ad6511aa3101713e3a3 100755
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -978,14 +978,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| // Sent by the renderer when it is creating a new window. The browser creates
|
| // a tab for it and responds with a ViewMsg_CreatingNew_ACK. If route_id is
|
| // MSG_ROUTING_NONE, the view couldn't be created.
|
| - IPC_SYNC_MESSAGE_CONTROL4_2(
|
| - ViewHostMsg_CreateWindow,
|
| - int /* opener_id */,
|
| - bool /* user_gesture */,
|
| - WindowContainerType /* window_container_type */,
|
| - int64 /* session_storage_namespace_id */,
|
| - int /* route_id */,
|
| - int64 /* cloned_session_storage_namespace_id */)
|
| + IPC_SYNC_MESSAGE_CONTROL1_2(ViewHostMsg_CreateWindow,
|
| + ViewHostMsg_CreateWindow_Params,
|
| + int /* route_id */,
|
| + int64 /* cloned_session_storage_namespace_id */)
|
|
|
| // Similar to ViewHostMsg_CreateWindow, except used for sub-widgets, like
|
| // <select> dropdowns. This message is sent to the TabContents that
|
|
|