| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index be4dd59d64627292ea984d7431448a6292c65b29..93c8a21f40d0aadfb1e3f1cc205a54f5697b5d2b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -583,11 +583,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetHistoryOffsetAndLength,
|
| IPC_MESSAGE_CONTROL1(ViewMsg_New,
|
| ViewMsg_New_Params)
|
|
|
| -// Reply in response to ViewHostMsg_ShowView or ViewHostMsg_ShowWidget.
|
| -// similar to the new command, but used when the renderer created a view
|
| -// first, and we need to update it.
|
| -IPC_MESSAGE_ROUTED0(ViewMsg_CreatingNew_ACK)
|
| -
|
| // Sends updated preferences to the renderer.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetRendererPrefs,
|
| content::RendererPreferences)
|
| @@ -971,9 +966,8 @@ IPC_MESSAGE_ROUTED1(ViewMsg_BeginFrame,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_SetNeedsBeginFrames,
|
| bool /* enabled */)
|
|
|
| -// 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.
|
| +// Sent by the renderer when it is creating a new window. The browser creates a
|
| +// tab for it. If route_id is MSG_ROUTING_NONE, the view couldn't be created.
|
| IPC_SYNC_MESSAGE_CONTROL1_3(ViewHostMsg_CreateWindow,
|
| ViewHostMsg_CreateWindow_Params,
|
| int /* route_id */,
|
| @@ -1025,10 +1019,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_ShowWidget,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowFullscreenWidget,
|
| int /* route_id */)
|
|
|
| -// Indicates the renderer is ready in response to a ViewMsg_New or
|
| -// a ViewMsg_CreatingNew_ACK.
|
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_RenderViewReady)
|
| -
|
| // Sent by the renderer process to request that the browser close the view.
|
| // This corresponds to the window.close() API, and the browser may ignore
|
| // this message. Otherwise, the browser will generates a ViewMsg_Close
|
|
|